Commit 19fe3fa
committed
[ci] openmpi: Ubuntu 26.04, OpenMPI 5, clang 22, Python 3.14
Mirror the github_ci base bump for the openmpi image.
- FROM ubuntu:24.04 -> 26.04 (OpenMPI 5.0.10 / PRRTE; removes the ORTE
concurrent-mpirun session-dir race behind the flaky mpi_group_np4 etc.)
- ARG LLVM 20 -> 22 (main build uses clang + -stdlib=libc++)
- Add g++-16: clair is built with CXXFLAGS="" (libstdc++, not libc++), and
clang-22 selects the highest gcc install dir (16) for libstdc++; g++-16
populates it so clair links.
- Python 3.12 -> 3.14 (26.04 default); parametrize the pkgs-stage
python path via ${PYTHON_VERSION}; the base-stage pip --target predates
that ENV so it is set to 3.14 explicitly.
- Replace OMPI_MCA_rmaps_base_oversubscribe=yes (removed in OpenMPI 5) with
PRTE_MCA_rmaps_default_mapping_policy=:oversubscribe
- pip: --break-system-packages (PEP 668 on 26.04)
Note: the openmpi image cannot be fully built locally on the arm64 host
under x86 emulation (qemu ENOSYS in wannier90's tar --xform extraction,
and triqs OOMs at make -j under emulation). Validated by analogy with the
github_ci build plus: 26.04 apt set resolves, clang-22 -stdlib=libc++
compiles/links, and the PRRTE oversubscribe env works. Authoritative test
is the native amd64 CI build on the PR.1 parent 7323e98 commit 19fe3fa
1 file changed
Lines changed: 10 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
93 | | - | |
| 94 | + | |
94 | 95 | | |
95 | | - | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| |||
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
105 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
106 | 110 | | |
107 | 111 | | |
108 | 112 | | |
| |||
160 | 164 | | |
161 | 165 | | |
162 | 166 | | |
163 | | - | |
| 167 | + | |
164 | 168 | | |
165 | 169 | | |
166 | 170 | | |
| |||
0 commit comments