Skip to content

Commit

Permalink
Fetch the Task Bench version of GASNet.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Mar 3, 2020
1 parent 3c28b93 commit 97b7444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ else
fi
export CONDUIT=$CONDUIT
EOF
git clone https://github.com/StanfordLegion/gasnet.git "$GASNET_DIR"
git clone -b task-bench https://github.com/StanfordLegion/gasnet.git "$GASNET_DIR"
fi

if [[ $TASKBENCH_USE_HWLOC -eq 1 ]]; then
Expand Down

0 comments on commit 97b7444

Please sign in to comment.