Skip to content

Commit a8e87f7

Browse files
Modified HDF5 test's --with-prrte option to specify 'yes'
Signed-off-by: Alexandria Sisk <[email protected]>
1 parent 9222192 commit a8e87f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hdf5-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Build Open MPI
1717
run: |
1818
./autogen.pl
19-
./configure --prefix=/opt/openmpi --with-pmix=internal --with-prrte=internal --with-hwloc=internal --with-libevent=internal --disable-mpi-fortran --disable-oshmem
19+
./configure --prefix=/opt/openmpi --with-pmix=internal --with-hwloc=internal --with-libevent=internal --disable-mpi-fortran --disable-oshmem
2020
make -j 8 && make install
2121
- name: Install HDF5
2222
run: |

0 commit comments

Comments
 (0)