File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 source ./gpu-app-collection/src/setup_environment
5454 rm -rf ./hw_run/
5555 ./util/tracer_nvbit/run_hw_trace.py -B rodinia_2.0-ft,rodinia-3.1,GPU_Microbenchmark -D 7
56- ./util/tracer_nvbit /run_hw.py -B rodinia_2.0-ft,rodinia-3.1,GPU_Microbenchmark -D 7
56+ ./util/hw_stats /run_hw.py -B rodinia_2.0-ft,rodinia-3.1,GPU_Microbenchmark -D 7
5757 rm -rf /scratch/tgrogers-disk01/a/common/for-sharing/$USER/nightly-traces
5858 mkdir -p /scratch/tgrogers-disk01/a/common/for-sharing/$USER/nightly-traces
5959 mv ./hw_run /scratch/tgrogers-disk01/a/common/for-sharing/$USER/nightly-traces/hw_run
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ def killJobs(self):
197197 continue
198198 for child in p .children (recursive = True ):
199199 os .kill (child .pid , 9 )
200- os .kill (activeJob .procId , 9 )
200+ os .kill (activeJob .procId , 9 )
201201
202202 def tick (self ):
203203 if self .tickingProcess == None :
You can’t perform that action at this time.
0 commit comments