File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
.github/workflows/frontier 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 03 :59:00 # Duration of the job (Ex: 15 mins)
35+ #SBATCH -t 01 :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 @@ -33,7 +33,7 @@ sbatch <<EOT
3333#SBATCH -A CFD154 # charge account
3434#SBATCH -N 1 # Number of nodes required
3535$sbatch_device_opts
36- #SBATCH -t 03 :59:00 # Duration of the job (Ex: 15 mins)
36+ #SBATCH -t 01 :59:00 # Duration of the job (Ex: 15 mins)
3737#SBATCH -o$job_slug .out # Combined output and error messages file
3838#SBATCH -p extended # Extended partition for shorter queues
3939#SBATCH -W # Do not exit until the submitted job terminates.
You can’t perform that action at this time.
0 commit comments