diff --git a/get_deps.sh b/get_deps.sh index dc4d09c4..9d2bed7a 100755 --- a/get_deps.sh +++ b/get_deps.sh @@ -89,7 +89,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