We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b03a6f + 84355ee commit 2ff7108Copy full SHA for 2ff7108
.github/workflows/frontier/submit.sh
@@ -22,7 +22,6 @@ sbatch <<EOT
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)
25
-#SBATCH -q debug # QOS Name
26
#SBATCH -o$job_slug.out # Combined output and error messages file
27
#SBATCH -W # Do not exit until the submitted job terminates.
28
0 commit comments