Skip to content

Commit 57b600b

Browse files
authored
Merge branch 'master' into rdma_mpi
2 parents 518bf23 + 2aad1d4 commit 57b600b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/frontier/submit.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ sbatch <<EOT
3333
#SBATCH -A CFD154 # charge account
3434
#SBATCH -N 1 # Number of nodes required
3535
$sbatch_device_opts
36-
#SBATCH -t 01:59:00 # Duration of the job (Ex: 15 mins)
36+
#SBATCH -t 03: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
39-
#SBATCH -q debug # Use debug QOS - only one job per user allowed in queue!
4039
#SBATCH -W # Do not exit until the submitted job terminates.
4140
4241
set -e

0 commit comments

Comments
 (0)