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