Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DO NOT MERGE: test MR 1440.
Browse files Browse the repository at this point in the history
elliottslaughter committed Aug 31, 2024

Verified

This commit was signed with the committer’s verified signature.
Ant0wan Antoine Barthelemy
1 parent 39be61a commit aa44d01
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion experiment/setup.sh
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ root_dir="$(dirname "$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")")"
git submodule update --init

if [[ ! -e legion ]]; then
git clone -b regent-resilience https://gitlab.com/StanfordLegion/legion.git
git clone -b regent-resilience-mr1440 https://gitlab.com/StanfordLegion/legion.git
fi

if [[ $USE_HIP -eq 1 ]]; then
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ fi
git submodule update --init

if [[ ! -e legion ]]; then
git clone -b regent-resilience https://gitlab.com/StanfordLegion/legion.git
git clone -b regent-resilience-mr1440 https://gitlab.com/StanfordLegion/legion.git
fi

pushd legion

0 comments on commit aa44d01

Please sign in to comment.