Skip to content

Commit

Permalink
Merge branch 'sm/ci_htr' into 'master'
Browse files Browse the repository at this point in the history
update htr branch for CI

See merge request StanfordLegion/legion!1341
  • Loading branch information
elliottslaughter committed Jun 26, 2024
2 parents bc02aaa + ea143b1 commit 74f7a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ def run_test_external2(launcher, root_dir, tmp_dir, bin_dir, env, thread_count,
# clone_github('stanfordhpccenter', 'HTR-solver', htr_dir, tmp_dir)
# NOTE: the legion-ci branch currently requires g++ (not clang) to build and
# is REALLY slow unless you set DEBUG=0
cmd(['git', 'clone', '-b', 'feature/newLegionPoints', 'git@gitlab.com:insieme1/htr/htr-solver.git', htr_dir])
cmd(['git', 'clone', '-b', 'legion-ci', 'git@gitlab.com:insieme1/htr/htr-solver.git', htr_dir])
htr_env = dict(list(env.items()) + [
('LEGION_DIR', root_dir),
('LD_LIBRARY_PATH', '%s:%s' % (env.get('LD_LIBRARY_PATH', ''), os.path.join(root_dir, 'bindings', 'regent'))),
Expand Down

0 comments on commit 74f7a61

Please sign in to comment.