Skip to content

Commit c92e18f

Browse files
author
Spencer Bryngelson
committed
Use batch partition for Frontier CI jobs (hackathon QOS requires batch)
1 parent 0a5b99a commit c92e18f

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
@@ -92,7 +92,7 @@ if [ "$device" = "cpu" ]; then
9292
frontier|frontier_amd)
9393
sbatch_device_opts="\
9494
#SBATCH -n 32
95-
#SBATCH -p service"
95+
#SBATCH -p batch"
9696
;;
9797
esac
9898
elif [ "$device" = "gpu" ]; then
@@ -120,7 +120,7 @@ elif [ "$device" = "gpu" ]; then
120120
frontier|frontier_amd)
121121
sbatch_device_opts="\
122122
#SBATCH -n 8
123-
#SBATCH -p service"
123+
#SBATCH -p batch"
124124
;;
125125
esac
126126
else

0 commit comments

Comments
 (0)