Skip to content

Commit defdd7c

Browse files
sbryngelsonclaude
andcommitted
ci: remove --exclusive from Phoenix CPU jobs
--exclusive caused 'Requested node configuration is not available' on cpu-small,cpu-medium,cpu-large partitions. The --mem-per-cpu=8G reservation already prevents memory contention from co-scheduled jobs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7ea9da5 commit defdd7c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ if [ "$device" = "cpu" ]; then
8787
sbatch_device_opts="\
8888
#SBATCH -p cpu-small,cpu-medium,cpu-large
8989
#SBATCH --ntasks-per-node=12
90-
#SBATCH --mem-per-cpu=8G
91-
#SBATCH --exclusive"
90+
#SBATCH --mem-per-cpu=8G"
9291
;;
9392
frontier|frontier_amd)
9493
sbatch_device_opts="\

0 commit comments

Comments
 (0)