Skip to content

Commit 97b7444

Browse files
Fetch the Task Bench version of GASNet.
1 parent 3c28b93 commit 97b7444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

get_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ else
9292
fi
9393
export CONDUIT=$CONDUIT
9494
EOF
95-
git clone https://github.com/StanfordLegion/gasnet.git "$GASNET_DIR"
95+
git clone -b task-bench https://github.com/StanfordLegion/gasnet.git "$GASNET_DIR"
9696
fi
9797

9898
if [[ $TASKBENCH_USE_HWLOC -eq 1 ]]; then

0 commit comments

Comments
 (0)