Skip to content

Commit 5da0673

Browse files
committed
Spack Spec: Add +mpi
1 parent 1c007b8 commit 5da0673

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#
77
spack:
88
specs:
9-
- adios2@2.10
10-
- hdf5
9+
- adios2@2.10 +mpi
10+
- hdf5 +mpi
1111
- mpich
1212

1313
packages:

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
- name: Install
172172
run: |
173173
sudo apt-get update
174-
sudo apt-get remove openmpi* libopenmpi* || true
174+
sudo apt-get remove openmpi* libopenmpi* *hdf5* || true
175175
sudo apt-get install clang-12 gfortran libmpich-dev mpich python3
176176
sudo .github/workflows/dependencies/install_spack
177177
- name: Build

0 commit comments

Comments
 (0)