File tree 1 file changed +4
-11
lines changed
1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -36,17 +36,10 @@ jobs:
36
36
mca_params="$HOME/.prte/mca-params.conf"
37
37
mkdir -p "$(dirname "$mca_params")"
38
38
echo rmaps_default_mapping_policy = :oversubscribe >> "$mca_params"
39
- - name : Run testsuite (ompio)
39
+ - name : Run testsuite
40
40
run : |
41
41
export PATH=/opt/openmpi/bin:${PATH}
42
42
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