Skip to content

Commit 3a77897

Browse files
committed
no -W wait
1 parent 09cda88 commit 3a77897

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/frontier/submit-bench.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ $sbatch_device_opts
3535
#SBATCH -t 02:59:00 # Duration of the job (Ex: 15 mins)
3636
#SBATCH -o$job_slug.out # Combined output and error messages file
3737
#SBATCH -p extended # Extended partition for shorter queues
38-
#SBATCH -W # Do not exit until the submitted job terminates.
3938
4039
set -e
4140
set -x

.github/workflows/phoenix/submit-bench.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ $sbatch_device_opts
4545
#SBATCH -t 04:00:00 # Duration of the job (Ex: 15 mins)
4646
#SBATCH -q embers # QOS Name
4747
#SBATCH -o$job_slug.out # Combined output and error messages file
48-
#SBATCH -W # Do not exit until the submitted job terminates.
4948
5049
set -e
5150
set -x

0 commit comments

Comments
 (0)