Commit a4a5d3c
authored
ci(phoenix): run the post-build syscheck under mpirun (#1728)
The post-build smoke test launched the syscheck binary directly. Since the
August 11-13 PACE maintenance, which upgraded Phoenix to Slurm 26.05.2 with
PMIx 4.2.6, an OpenMPI 4.1.5 binary started bare inside an allocation reads
the PMIx environment as an srun launch and aborts in MPI_Init:
OPAL ERROR: Unreachable in file ext3x_client.c at line 112
The application appears to have been direct launched using "srun",
but OMPI was not built with SLURM's PMI support and therefore cannot execute.
Every Phoenix job then failed validation twice and exited 1 before the test
step ran, blocking all pull requests. mpirun is unaffected, and it is how MFC
launches every other binary, so the smoke test now goes through it. The guard
still catches what it was added for: a binary compiled for the wrong
microarchitecture still dies on SIGILL and mpirun propagates the failure.
Output is no longer sent to /dev/null, so the next failure is readable in the
CI log instead of appearing as a bare "Post-build validation failed".1 parent bb29773 commit a4a5d3c
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
37 | 44 | | |
38 | 45 | | |
39 | | - | |
| 46 | + | |
40 | 47 | | |
41 | 48 | | |
42 | 49 | | |
| |||
0 commit comments