File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,12 +94,12 @@ jobs:
94
94
- name : (Ubuntu) Install OpenMPI
95
95
if : contains(matrix.os,'ubuntu') && contains(matrix.mpi,'openmpi')
96
96
run : |
97
- sudo apt install -y -q openmpi-bin libopenmpi-dev hwloc fabric libhdf5-dev libhdf5-openmpi-dev libhdf5- fortran-102
97
+ sudo apt install -y -q openmpi-bin libopenmpi-dev hwloc fabric libhdf5-dev libhdf5-fortran-102
98
98
99
99
- name : (Ubuntu) Install MPICH
100
100
if : contains(matrix.os,'ubuntu') && contains(matrix.mpi,'mpich')
101
101
run : |
102
- sudo apt install -y -q mpich hwloc fabric libhdf5-dev libhdf5-mpich-dev libhdf5- fortran-102
102
+ sudo apt install -y -q mpich hwloc fabric libhdf5-dev libhdf5-fortran-102
103
103
104
104
- name : (Ubuntu) Retrieve Intel toolchain
105
105
if : contains(matrix.os,'ubuntu') && contains(matrix.mpi,'intel')
You can’t perform that action at this time.
0 commit comments