Skip to content

Commit 82c20da

Browse files
committed
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
1 parent 693b35f commit 82c20da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ make rodinia_2.0-ft -j -C gpu-app-collection/src
2121
pip install psutil
2222
rm -rf accel-sim-framework
2323
git clone https://github.com/accel-sim/accel-sim-framework.git
24-
./accel-sim-framework/util/job_launching/run_simulations.py -C $CONFIG -B rodinia_2.0-ft -N regress
25-
./accel-sim-framework/util/job_launching/monitor_func_test.py -v -N regress
24+
./accel-sim-framework/util/job_launching/run_simulations.py -C $CONFIG -B rodinia_2.0-ft -N regress -l local
25+
./accel-sim-framework/util/job_launching/monitor_func_test.py -v -N regress -j procman

0 commit comments

Comments
 (0)