From 82c20da170e7f64f8656007a7497491e219a74f9 Mon Sep 17 00:00:00 2001 From: tgrogers Date: Mon, 13 Jul 2020 22:09:13 -0400 Subject: Update travis to use the procman instead of torque explicitly. This was necessary becasue the old docker image has torque on it - but we are just not going to use it. For convience - the scripts auto-select your job launching software - but that fails because we have to execute the docker images as the 'runner' user to use torque. And I stopped doign that because it just makes things more complicated for no reason. In reality we can use a docker image that no longer has torque now that ProcMan exists in Accel-Sim --- travis.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'travis.sh') diff --git a/travis.sh b/travis.sh index 253fa17..2fa8200 100755 --- a/travis.sh +++ b/travis.sh @@ -21,5 +21,5 @@ make rodinia_2.0-ft -j -C gpu-app-collection/src pip install psutil rm -rf accel-sim-framework git clone https://github.com/accel-sim/accel-sim-framework.git -./accel-sim-framework/util/job_launching/run_simulations.py -C $CONFIG -B rodinia_2.0-ft -N regress -./accel-sim-framework/util/job_launching/monitor_func_test.py -v -N regress +./accel-sim-framework/util/job_launching/run_simulations.py -C $CONFIG -B rodinia_2.0-ft -N regress -l local +./accel-sim-framework/util/job_launching/monitor_func_test.py -v -N regress -j procman -- cgit v1.3