We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f1ac5 commit 98eb5b5Copy full SHA for 98eb5b5
experiment/setup.sh
@@ -12,7 +12,7 @@ root_dir="$(dirname "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")")"
12
git submodule update --init
13
14
if [[ ! -e legion ]]; then
15
- git clone -b regent-resilience https://gitlab.com/StanfordLegion/legion.git
+ git clone -b regent-resilience-mr1440 https://gitlab.com/StanfordLegion/legion.git
16
fi
17
18
if [[ $USE_HIP -eq 1 ]]; then
test.sh
@@ -15,7 +15,7 @@ fi
19
20
21
pushd legion
0 commit comments