We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
+mpi
1 parent 1c007b8 commit 5da0673Copy full SHA for 5da0673
2 files changed
.github/ci/spack-envs/clang12_py38_mpich_h5_ad2/spack.yaml
@@ -6,8 +6,8 @@
6
#
7
spack:
8
specs:
9
- - adios2@2.10
10
- - hdf5
+ - adios2@2.10 +mpi
+ - hdf5 +mpi
11
- mpich
12
13
packages:
.github/workflows/linux.yml
@@ -171,7 +171,7 @@ jobs:
171
- name: Install
172
run: |
173
sudo apt-get update
174
- sudo apt-get remove openmpi* libopenmpi* || true
+ sudo apt-get remove openmpi* libopenmpi* *hdf5* || true
175
sudo apt-get install clang-12 gfortran libmpich-dev mpich python3
176
sudo .github/workflows/dependencies/install_spack
177
- name: Build
0 commit comments