Skip to content

Commit 33b847f

Browse files
committed
We shall try installin MPICH from Spack for now
Ubuntu package broken https://bugs.launchpad.net/ubuntu/+source/mpich/+bug/2072338
1 parent 18c06d4 commit 33b847f

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/ci/spack-envs/gcc13_py312_mpich_h5_ad2/spack.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ spack:
2020
buildable: False
2121
hdf5:
2222
variants: +mpi
23-
mpich:
24-
externals:
25-
- spec: mpich@4.2.0
26-
prefix: /usr
27-
buildable: False
2823
perl:
2924
externals:
3025
- spec: perl@5.38.2

.github/workflows/linux.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,19 +172,20 @@ jobs:
172172
run: |
173173
sudo apt-get update
174174
sudo apt-get remove openmpi* libopenmpi* *hdf5* || true
175-
sudo apt-get install g++ gfortran libmpich-dev mpich python3
175+
sudo apt-get install g++ gfortran python3
176176
sudo .github/workflows/dependencies/install_spack
177177
- name: Build
178178
env: {CC: gcc, CXX: g++, MPICH_CC: gcc, MPICH_CXX: g++, CXXFLAGS: -Werror}
179179
run: |
180180
cmake --version
181-
mpiexec --version
182-
mpicxx --version
183181
perl --version
184182
python --version
185183
eval $(spack env activate --sh .github/ci/spack-envs/gcc13_py312_mpich_h5_ad2/)
186184
spack install
187185
186+
mpiexec --version
187+
mpicxx --version
188+
188189
share/openPMD/download_samples.sh build
189190
cmake -S . -B build \
190191
-DopenPMD_USE_PYTHON=OFF \

0 commit comments

Comments
 (0)