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 10b2209 commit c6b306dCopy full SHA for c6b306d
.github/workflows/frontier/submit.sh
@@ -21,8 +21,9 @@ 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 02:00:00 # Duration of the job (Ex: 15 mins)
+#SBATCH -t 01:00: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.
28
29
set -e
0 commit comments