summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortgrogers <[email protected]>2020-07-13 22:09:13 -0400
committertgrogers <[email protected]>2020-07-13 22:09:13 -0400
commit82c20da170e7f64f8656007a7497491e219a74f9 (patch)
treebf9a8e69e205a77631e30a14608f585d146e76d0
parent693b35f140dfe84673280681ee5b3c803ec912be (diff)
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
-rwxr-xr-xtravis.sh4
1 files changed, 2 insertions, 2 deletions
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