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 6d16982 commit d5f33fcCopy full SHA for d5f33fc
.github/workflows/frontier/submit-bench.sh
@@ -32,7 +32,7 @@ sbatch <<EOT
32
#SBATCH -A CFD154 # charge account
33
#SBATCH -N 1 # Number of nodes required
34
$sbatch_device_opts
35
-#SBATCH -t 03:59:00 # Duration of the job (Ex: 15 mins)
+#SBATCH -t 01: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.
0 commit comments