mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
moved tst_parallel_zlib2 to tst_parallel_compress
This commit is contained in:
parent
4a2ac1a338
commit
cf74f49fdb
@ -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)
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user