Skip to content

Commit d6bcb72

Browse files
committed
githubacts: fix up hdf5 tests
since romio is no longer there Signed-off-by: Howard Pritchard <[email protected]>
1 parent 509044c commit d6bcb72

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.github/workflows/hdf5-tests.yaml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,10 @@ jobs:
3636
mca_params="$HOME/.prte/mca-params.conf"
3737
mkdir -p "$(dirname "$mca_params")"
3838
echo rmaps_default_mapping_policy = :oversubscribe >> "$mca_params"
39-
- name: Run testsuite (ompio)
39+
- name: Run testsuite
4040
run: |
4141
export PATH=/opt/openmpi/bin:${PATH}
4242
export LD_LIBRARY_PATH=/opt/openmpi/lib:${LD_LIBRARY_PATH}
43-
HDF5TestExpress=0 mpirun --mca io ompio -np 4 ./hdf5/testpar/t_shapesame
44-
mpirun --mca io ompio -np 4 ./hdf5/testpar/t_filters_parallel
45-
mpirun --mca io ompio -np 4 ./hdf5/testpar/testphdf5
46-
- name: Run testsuite (romio)
47-
run: |
48-
export PATH=/opt/openmpi/bin:${PATH}
49-
export LD_LIBRARY_PATH=/opt/openmpi/lib:${LD_LIBRARY_PATH}
50-
HDF5TestExpress=0 mpirun --mca io ^ompio -np 4 ./hdf5/testpar/t_shapesame
51-
mpirun --mca io ^ompio -np 4 ./hdf5/testpar/t_filters_parallel
52-
mpirun --mca io ^ompio -np 4 ./hdf5/testpar/testphdf5
43+
HDF5TestExpress=0 mpirun -np 4 ./hdf5/testpar/t_shapesame
44+
mpirun -np 4 ./hdf5/testpar/t_filters_parallel
45+
mpirun -np 4 ./hdf5/testpar/testphdf5

0 commit comments

Comments
 (0)