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 72d4fef commit 2aad1d4Copy full SHA for 2aad1d4
.github/workflows/frontier/submit.sh
@@ -33,10 +33,9 @@ sbatch <<EOT
33
#SBATCH -A CFD154 # charge account
34
#SBATCH -N 1 # Number of nodes required
35
$sbatch_device_opts
36
-#SBATCH -t 01:59:00 # Duration of the job (Ex: 15 mins)
+#SBATCH -t 03:59:00 # Duration of the job (Ex: 15 mins)
37
#SBATCH -o$job_slug.out # Combined output and error messages file
38
#SBATCH -p extended # Extended partition for shorter queues
39
-#SBATCH -q debug # Use debug QOS - only one job per user allowed in queue!
40
#SBATCH -W # Do not exit until the submitted job terminates.
41
42
set -e
0 commit comments