Skip to content

Commit b7352a9

Browse files
committed
Spack Clang12: hdf5 +mpi
For some reason concretized to `hdf5 ~mpi`, which is not Spack default. Force MPI.
1 parent 47d9960 commit b7352a9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

  • .github/ci/spack-envs/clang12_py38_mpich_h5_ad2

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,14 @@ spack:
1212

1313
packages:
1414
adios2:
15-
variants: ~zfp ~sz ~png ~dataman ~python ~fortran ~ssc ~shared ~bzip2 ~blosc2 ~mgard
15+
variants: +mpi ~zfp ~sz ~png ~dataman ~python ~fortran ~ssc ~shared ~bzip2 ~blosc2 ~mgard
1616
cmake:
1717
externals:
1818
- spec: cmake@3.31.5
1919
prefix: /usr
2020
buildable: False
21+
hdf5:
22+
variants: +mpi
2123
mpich:
2224
externals:
2325
- spec: mpich@4.0.3

0 commit comments

Comments
 (0)