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 532ee6d commit 40164cfCopy full SHA for 40164cf
.github/workflows/frontier/submit.sh
@@ -21,7 +21,7 @@ sbatch <<EOT
21
#SBATCH -A CFD154 # charge account
22
#SBATCH -N 1 # Number of nodes required
23
#SBATCH -n 8 # Number of cores required
24
-#SBATCH -t 01:30:00 # Duration of the job (Ex: 15 mins)
+#SBATCH -t 01:59:00 # Duration of the job (Ex: 15 mins)
25
#SBATCH -o$job_slug.out # Combined output and error messages file
26
#SBATCH -q debug # Use debug QOS - only one job per user allowed in queue!
27
#SBATCH -W # Do not exit until the submitted job terminates.
0 commit comments