Skip to content

Commit c6b306d

Browse files
authored
Go back to single debug QOS Frontier runner (#764)
1 parent 10b2209 commit c6b306d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/frontier/submit.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ sbatch <<EOT
2121
#SBATCH -A CFD154 # charge account
2222
#SBATCH -N 1 # Number of nodes required
2323
#SBATCH -n 8 # Number of cores required
24-
#SBATCH -t 02:00:00 # Duration of the job (Ex: 15 mins)
24+
#SBATCH -t 01:00:00 # Duration of the job (Ex: 15 mins)
2525
#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!
2627
#SBATCH -W # Do not exit until the submitted job terminates.
2728
2829
set -e

0 commit comments

Comments
 (0)