File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ sbatch <<EOT
3232#SBATCH -A CFD154 # charge account
3333#SBATCH -N 1 # Number of nodes required
3434$sbatch_device_opts
35- #SBATCH -t 02 :59:00 # Duration of the job (Ex: 15 mins)
35+ #SBATCH -t 03 :59:00 # Duration of the job (Ex: 15 mins)
3636#SBATCH -o$job_slug .out # Combined output and error messages file
3737#SBATCH -p extended # Extended partition for shorter queues
3838#SBATCH -W # Do not exit until the submitted job terminates.
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ sbatch <<EOT
4242#SBATCH --account=gts-sbryngelson3 # charge account
4343#SBATCH -N1 # Number of nodes required
4444$sbatch_device_opts
45- #SBATCH -t 02 :00:00 # Duration of the job (Ex: 15 mins)
45+ #SBATCH -t 03 :00:00 # Duration of the job (Ex: 15 mins)
4646#SBATCH -q embers # QOS Name
4747#SBATCH -o$job_slug .out # Combined output and error messages file
4848#SBATCH -W # Do not exit until the submitted job terminates.
You can’t perform that action at this time.
0 commit comments