@@ -240,7 +240,7 @@ jobs:
240240 ./util/job_launching/monitor_func_test.py -v --sleep_time 300 -s stats-per-app-ptx.csv -N short-ptx-${{ github.run_number }}_${{ github.run_attempt}}
241241 Tracer-Tool :
242242 needs : [check-format]
243- runs-on : tgrogers-gpu01
243+ runs-on : tgrogers-raid
244244 timeout-minutes : 720
245245 defaults :
246246 run :
@@ -295,16 +295,6 @@ jobs:
295295 source ./gpu-simulator/setup_environment.sh
296296 make clean -C gpu-simulator
297297 make -j20 -C gpu-simulator
298- - name : test-prebuilt-traces
299- run : |
300- source ./env-setup/12.8_env_setup.sh
301- source ./gpu-simulator/setup_environment.sh
302- ./get-accel-sim-traces.py -a tesla-v100/rodinia_2.0-ft
303- cd hw_run; tar -xzvf rodinia_2.0-ft.tgz; cd -
304- ./util/job_launching/run_simulations.py -B rodinia_2.0-ft -C QV100-SASS -T ./hw_run/ -N rodinia_2.0-ft-online-$$
305- ./util/job_launching/monitor_func_test.py --sleep_time 300 -N rodinia_2.0-ft-online-$$ -v
306- rm -rf hw_run
307- rm -rf sim_run_11.0
308298 - name : Build Tracer
309299 run : |
310300 source ./env-setup/12.8_env_setup.sh
@@ -324,12 +314,12 @@ jobs:
324314 source ./env-setup/12.8_env_setup.sh
325315 source ./gpu-app-collection/src/setup_environment
326316 rm -rf ./hw_run/
327- ./util/tracer_nvbit/run_hw_trace.py -B rodinia_2.0-ft -D 7
317+ srun --job-name=gpu-lock --dependency=singleton --partition=tgrogers-dgx -- ./util/tracer_nvbit/run_hw_trace.py -B rodinia_2.0-ft -D 7
328318 - name : generate-rodinia_2.0-ft-hw_stats
329319 run : |
330320 source ./env-setup/12.8_env_setup.sh
331321 source ./gpu-app-collection/src/setup_environment
332- ./util/hw_stats/run_hw.py -B rodinia_2.0-ft -D 7
322+ srun --job-name=gpu-lock --dependency=singleton --partition=tgrogers-dgx -- ./util/hw_stats/run_hw.py -B rodinia_2.0-ft -D 7
333323 - name : test-new-traces
334324 run : |
335325 source ./env-setup/12.8_env_setup.sh
0 commit comments