File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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
97
+ sudo apt install -y -q openmpi-bin libopenmpi-dev hwloc fabric libhdf5-dev libhdf5-openmpi-dev hdf5-fortran
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
102
+ sudo apt install -y -q mpich hwloc fabric libhdf5-dev libhdf5-mpich-dev hdf5-fortran
103
103
104
104
- name : (Ubuntu) Retrieve Intel toolchain
105
105
if : contains(matrix.os,'ubuntu') && contains(matrix.mpi,'intel')
@@ -108,7 +108,7 @@ jobs:
108
108
wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null
109
109
echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
110
110
sudo apt-get update
111
- sudo apt install -y -q libhdf5-dev
111
+ sudo apt install -y -q hdf5-fortran libhdf5-dev
112
112
113
113
- name : (Ubuntu) Install Intel oneAPI
114
114
if : contains(matrix.os,'ubuntu') && contains(matrix.mpi,'intel')
You can’t perform that action at this time.
0 commit comments