Skip to content

Commit f28591a

Browse files
authored
Update weekly workflow to create hw_run directory (#539)
1 parent 1b34b87 commit f28591a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/weekly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ jobs:
6262
source ./env-setup/12.8_env_setup.sh
6363
source ./gpu-app-collection/src/setup_environment
6464
rm -rf ./hw_run/
65+
mkdir -p ./hw_run/
6566
srun --job-name=gpu-lock --dependency=singleton --partition=tgrogers-dgx -- ./util/tracer_nvbit/run_hw_trace.py -B Spinlock -D 7 --spinlock_handling fast_forward
66-
sleep 5 # wait for NFS sync before moving
6767
mv ./hw_run /scratch/tgrogers-disk01/a/common/for-sharing/$USER/nightly-traces/hw_run_fast_forward
68+
mkdir -p ./hw_run/
6869
srun --job-name=gpu-lock --dependency=singleton --partition=tgrogers-dgx -- ./util/tracer_nvbit/run_hw_trace.py -B Spinlock -D 7 --spinlock_handling none
69-
sleep 5 # wait for NFS sync before moving
7070
mv ./hw_run /scratch/tgrogers-disk01/a/common/for-sharing/$USER/nightly-traces/hw_run_none
7171
SASS-Weekly:
7272
timeout-minutes: 720

0 commit comments

Comments
 (0)