diff options
| author | tgrogers <[email protected]> | 2020-07-13 22:09:13 -0400 |
|---|---|---|
| committer | tgrogers <[email protected]> | 2020-07-13 22:09:13 -0400 |
| commit | 82c20da170e7f64f8656007a7497491e219a74f9 (patch) | |
| tree | bf9a8e69e205a77631e30a14608f585d146e76d0 | |
| parent | 693b35f140dfe84673280681ee5b3c803ec912be (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-x | travis.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
