From 2190796ab8d3d9df0f1af1997ab393d1786940af Mon Sep 17 00:00:00 2001 From: Elliott Slaughter Date: Wed, 16 Oct 2019 15:36:36 -0700 Subject: [PATCH] Fetch the Task Bench version of GASNet. --- get_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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