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.
1 parent 9222192 commit a8e87f7Copy full SHA for a8e87f7
.github/workflows/hdf5-tests.yaml
@@ -16,7 +16,7 @@ jobs:
16
- name: Build Open MPI
17
run: |
18
./autogen.pl
19
- ./configure --prefix=/opt/openmpi --with-pmix=internal --with-prrte=internal --with-hwloc=internal --with-libevent=internal --disable-mpi-fortran --disable-oshmem
+ ./configure --prefix=/opt/openmpi --with-pmix=internal --with-hwloc=internal --with-libevent=internal --disable-mpi-fortran --disable-oshmem
20
make -j 8 && make install
21
- name: Install HDF5
22
0 commit comments