We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09cda88 commit 3a77897Copy full SHA for 3a77897
.github/workflows/frontier/submit-bench.sh
@@ -35,7 +35,6 @@ $sbatch_device_opts
35
#SBATCH -t 02:59:00 # Duration of the job (Ex: 15 mins)
36
#SBATCH -o$job_slug.out # Combined output and error messages file
37
#SBATCH -p extended # Extended partition for shorter queues
38
-#SBATCH -W # Do not exit until the submitted job terminates.
39
40
set -e
41
set -x
.github/workflows/phoenix/submit-bench.sh
@@ -45,7 +45,6 @@ $sbatch_device_opts
45
#SBATCH -t 04:00:00 # Duration of the job (Ex: 15 mins)
46
#SBATCH -q embers # QOS Name
47
48
49
50
51
0 commit comments