Skip to content

Commit 1387053

Browse files
committed
Update meta.yml
1 parent fac9088 commit 1387053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/meta.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,12 @@ jobs:
9494
- name: (Ubuntu) Install OpenMPI
9595
if: contains(matrix.os,'ubuntu') && contains(matrix.mpi,'openmpi')
9696
run: |
97-
sudo apt install -y -q openmpi-bin libopenmpi-dev hwloc fabric libhdf5-dev libhdf5-openmpi-dev hdf5-fortran
97+
sudo apt install -y -q openmpi-bin libopenmpi-dev hwloc fabric libhdf5-dev libhdf5-openmpi-dev libhdf5-fortran
9898
9999
- name: (Ubuntu) Install MPICH
100100
if: contains(matrix.os,'ubuntu') && contains(matrix.mpi,'mpich')
101101
run: |
102-
sudo apt install -y -q mpich hwloc fabric libhdf5-dev libhdf5-mpich-dev hdf5-fortran
102+
sudo apt install -y -q mpich hwloc fabric libhdf5-dev libhdf5-mpich-dev libhdf5-fortran
103103
104104
- name: (Ubuntu) Retrieve Intel toolchain
105105
if: contains(matrix.os,'ubuntu') && contains(matrix.mpi,'intel')

0 commit comments

Comments
 (0)