Skip to content

Commit 1d57af8

Browse files
author
Spencer Bryngelson
committed
Use hackathon QOS for Frontier CI jobs
1 parent e61ff91 commit 1d57af8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scripts/submit-slurm-job.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ case "$cluster" in
5151
compiler_flag="f"
5252
account="CFD154"
5353
job_prefix="MFC"
54-
qos="develop"
54+
qos="hackathon"
5555
extra_sbatch=""
5656
test_time="01:59:00"
5757
bench_time="01:59:00"
@@ -61,7 +61,7 @@ case "$cluster" in
6161
compiler_flag="famd"
6262
account="CFD154"
6363
job_prefix="MFC"
64-
qos="develop"
64+
qos="hackathon"
6565
extra_sbatch=""
6666
test_time="01:59:00"
6767
bench_time="01:59:00"

0 commit comments

Comments
 (0)