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 2207581 commit ac3c4e5Copy full SHA for ac3c4e5
.github/workflows/phoenix/submit.sh
@@ -42,7 +42,7 @@ sbatch <<EOT
42
#SBATCH --account=gts-sbryngelson3 # charge account
43
#SBATCH -N1 # Number of nodes required
44
$sbatch_device_opts
45
-#SBATCH -t 02:00:00 # Duration of the job (Ex: 15 mins)
+#SBATCH -t 03:00:00 # Duration of the job (Ex: 15 mins)
46
#SBATCH -q embers # QOS Name
47
#SBATCH -o$job_slug.out # Combined output and error messages file
48
#SBATCH -W # Do not exit until the submitted job terminates.
0 commit comments