moved tst_parallel_zlib2 to tst_parallel_compress

This commit is contained in:
Edward Hartnett 2020-02-05 17:40:31 -07:00
parent 4a2ac1a338
commit cf74f49fdb
4 changed files with 9 additions and 6 deletions

View File

@ -86,7 +86,7 @@ IF(TEST_PARALLEL4)
build_bin_test(tst_parallel4)
build_bin_test(tst_parallel5)
build_bin_test(tst_parallel_zlib)
build_bin_test(tst_parallel_zlib2)
build_bin_test(tst_parallel_compress)
build_bin_test(tst_nc4perf)
build_bin_test(tst_mode)
build_bin_test(tst_simplerw_coll_r)

View File

@ -84,9 +84,12 @@ endif # BUILD_UTILITIES
if TEST_PARALLEL4
check_PROGRAMS += tst_mpi_parallel tst_parallel tst_parallel3 \
tst_parallel4 tst_parallel5 tst_nc4perf tst_mode tst_simplerw_coll_r \
tst_mode tst_parallel_zlib tst_parallel_zlib2
tst_mode tst_parallel_zlib
if USE_SZIP
check_PROGRAMS += tst_parallel_compress
endif # USE_SZIP
TESTS += run_par_test.sh
endif
endif # TEST_PARALLEL4
EXTRA_DIST = run_par_test.sh.in ref_tst_compounds.nc \
ref_tst_xplatform2_1.nc ref_tst_xplatform2_2.nc ref_tst_dims.nc \

View File

@ -52,7 +52,7 @@ if test "@HAS_PAR_FILTERS@" = "yes"; then
@MPIEXEC@ -n 4 ./tst_parallel_zlib
echo
echo "Parallel I/O more tests with zlib."
@MPIEXEC@ -n 1 ./tst_parallel_zlib2
@MPIEXEC@ -n 4 ./tst_parallel_zlib2
echo "Parallel I/O more tests with zlib and szip (if present in HDF5)."
@MPIEXEC@ -n 1 ./tst_parallel_compress
@MPIEXEC@ -n 4 ./tst_parallel_compress
fi