File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed
Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments