Skip to content

Commit aaca082

Browse files
committed
ci: exclude faulty Phoenix node atl1-1-01-002-28-0
Node atl1-1-01-002-28-0 produced illegal-instruction (SIGILL) faults in pre_process across all case-optimization benchmarks (run 34611616646) and correlated numerical failures (tolerance mismatches + non-physical phasic density MPI_ABORT) in the full test suite (run 34673679046). Both jobs landed on this node; master was intermittently green on the same commit, indicating a bad node rather than a code regression. Add it to the static Phoenix GPU exclude list. Done with Claude Code.
1 parent dc0aec1 commit aaca082

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ elif [ "$device" = "gpu" ]; then
159159
#SBATCH -p $gpu_partition
160160
#SBATCH --ntasks-per-node=4
161161
#SBATCH -G${gpu_count}"
162-
node_exclude="atl1-1-03-007-29-0,atl1-1-03-007-31-0"
162+
node_exclude="atl1-1-03-007-29-0,atl1-1-03-007-31-0,atl1-1-01-002-28-0"
163163
;;
164164
frontier|frontier_amd)
165165
sbatch_device_opts="\

0 commit comments

Comments
 (0)