Skip to content

Commit 39b207c

Browse files
committed
Remove OpenMPI? Default on system?
1 parent 36d8fbb commit 39b207c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spack:
1515
variants: +mpi ~zfp ~sz ~png ~dataman ~python ~fortran ~ssc ~shared ~bzip2 ~blosc2 ~mgard
1616
cmake:
1717
externals:
18-
- spec: cmake@3.31.5
18+
- spec: cmake@3.31.6
1919
prefix: /usr
2020
buildable: False
2121
hdf5:

.github/workflows/linux.yml

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

0 commit comments

Comments
 (0)