From ea143b1a0c95b79b7b384a76c0c15a46a7970a66 Mon Sep 17 00:00:00 2001 From: Seema Mirchandaney Date: Tue, 25 Jun 2024 11:45:36 -0700 Subject: [PATCH] update htr branch for CI --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index a377a04d47..446ddcdd31 100755 --- a/test.py +++ b/test.py @@ -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'))),