We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da6d1bf + 08ef465 commit 448d47cCopy full SHA for 448d47c
.github/workflows/meta.yml
@@ -94,11 +94,13 @@ jobs:
94
- name: (Ubuntu) Install OpenMPI
95
if: contains(matrix.os,'ubuntu') && contains(matrix.mpi,'openmpi')
96
run: |
97
+ sudo apt-get update
98
sudo apt install -y -q openmpi-bin libopenmpi-dev hwloc fabric libhdf5-dev libhdf5-fortran-102
99
100
- name: (Ubuntu) Install MPICH
101
if: contains(matrix.os,'ubuntu') && contains(matrix.mpi,'mpich')
102
103
104
sudo apt install -y -q mpich hwloc fabric libhdf5-dev libhdf5-fortran-102
105
106
- name: (Ubuntu) Retrieve Intel toolchain
0 commit comments