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 Oct 16, 2019
1 parent 34269ca commit 2190796
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 @@ -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
Expand Down

0 comments on commit 2190796

Please sign in to comment.