mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
cleanup makefile, develop test
This commit is contained in:
parent
605a5bfb0b
commit
fd23cb3cf2
@ -87,6 +87,7 @@ IF(TEST_PARALLEL4)
|
|||||||
build_bin_test(tst_parallel)
|
build_bin_test(tst_parallel)
|
||||||
build_bin_test(tst_parallel3)
|
build_bin_test(tst_parallel3)
|
||||||
build_bin_test(tst_parallel4)
|
build_bin_test(tst_parallel4)
|
||||||
|
build_bin_test(tst_parallel5)
|
||||||
build_bin_test(tst_nc4perf)
|
build_bin_test(tst_nc4perf)
|
||||||
build_bin_test(tst_mode)
|
build_bin_test(tst_mode)
|
||||||
build_bin_test(tst_simplerw_coll_r)
|
build_bin_test(tst_simplerw_coll_r)
|
||||||
|
@ -114,8 +114,8 @@ endif
|
|||||||
# This are extra tests that will only be run if netcdf-4 is configured
|
# This are extra tests that will only be run if netcdf-4 is configured
|
||||||
# with --enable-parallel-tests.
|
# with --enable-parallel-tests.
|
||||||
if TEST_PARALLEL4
|
if TEST_PARALLEL4
|
||||||
check_PROGRAMS += tst_mpi_parallel tst_parallel tst_parallel3 \
|
check_PROGRAMS += tst_mpi_parallel tst_parallel tst_parallel3 \
|
||||||
tst_parallel4 tst_nc4perf tst_mode tst_simplerw_coll_r
|
tst_parallel4 tst_parallel5 tst_nc4perf tst_mode tst_simplerw_coll_r
|
||||||
TESTS += run_par_test.sh
|
TESTS += run_par_test.sh
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -138,19 +138,15 @@ ref_hdf5_compat3.nc tst_misc.sh tdset.h5 tst_szip.sh ref_szip.h5 \
|
|||||||
ref_szip.cdl tst_filter.sh bzip2.cdl filtered.cdl unfiltered.cdl \
|
ref_szip.cdl tst_filter.sh bzip2.cdl filtered.cdl unfiltered.cdl \
|
||||||
ref_bzip2.c findplugin.in perftest.sh
|
ref_bzip2.c findplugin.in perftest.sh
|
||||||
|
|
||||||
CLEANFILES = tst_mpi_parallel.bin cdm_sea_soundings.nc bm_chunking.nc \
|
CLEANFILES = tst_mpi_parallel.bin cdm_sea_soundings.nc bm_chunking.nc \
|
||||||
bm_radar.nc bm_radar1.nc radar_3d_compression_test.txt \
|
bm_radar.nc bm_radar1.nc radar_3d_compression_test.txt \
|
||||||
radar_3d_compression.txt radar_2d_compression.txt \
|
radar_3d_compression.txt radar_2d_compression.txt \
|
||||||
radar_3d_chunking.txt tst_floats_1D.cdl floats_1D_3.nc floats_1D.cdl \
|
radar_3d_chunking.txt tst_floats_1D.cdl floats_1D_3.nc floats_1D.cdl \
|
||||||
tst_*.nc tst_floats2_*.cdl tst_ints2_*.cdl tst_shorts2_*.cdl \
|
tst_*.nc tst_floats2_*.cdl tst_ints2_*.cdl tst_shorts2_*.cdl \
|
||||||
tst_elena_*.cdl tst_simple*.cdl tst_chunks.cdl pr_A1.* tauu_A1.* \
|
tst_elena_*.cdl tst_simple*.cdl tst_chunks.cdl pr_A1.* tauu_A1.* \
|
||||||
usi_01.* thetau_01.* tst_*.nc tst_*.h5 tst_grp_rename.cdl \
|
usi_01.* thetau_01.* tst_*.h5 tst_grp_rename.cdl tst_grp_rename.dmp \
|
||||||
tst_grp_rename.nc tst_grp_rename.dmp ref_grp_rename.cdl foo1.nc \
|
ref_grp_rename.cdl foo1.nc test.nc testszip.nc test.h5 szip_dump.cdl \
|
||||||
tst_interops2.h4 tst_h5_endians.nc tst_h4_lendian.h4 test.nc \
|
perftest.txt bigmeta.nc
|
||||||
tst_atts_string_rewrite.nc tst_empty_vlen_unlim.nc \
|
|
||||||
tst_empty_vlen_lim.nc tst_parallel4_simplerw_coll.nc \
|
|
||||||
tst_fill_attr_vanish.nc tst_rehash.nc testszip.nc test.h5 \
|
|
||||||
szip_dump.cdl perftest.txt bigmeta.nc
|
|
||||||
|
|
||||||
DISTCLEANFILES = findplugin.sh
|
DISTCLEANFILES = findplugin.sh
|
||||||
|
|
||||||
|
@ -28,6 +28,10 @@ mpiexec -n 8 ./tst_parallel4
|
|||||||
#mpiexec -n 16 ./tst_parallel4
|
#mpiexec -n 16 ./tst_parallel4
|
||||||
#mpiexec -n 32 ./tst_parallel4
|
#mpiexec -n 32 ./tst_parallel4
|
||||||
#mpiexec -n 64 ./tst_parallel4
|
#mpiexec -n 64 ./tst_parallel4
|
||||||
|
echo
|
||||||
|
echo "Testing collective writes with some 0 element writes..."
|
||||||
|
mpiexec -n 4 ./tst_parallel5
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "Parallel Performance Test for NASA"
|
echo "Parallel Performance Test for NASA"
|
||||||
mpiexec -n 4 ./tst_nc4perf
|
mpiexec -n 4 ./tst_nc4perf
|
||||||
|
Loading…
Reference in New Issue
Block a user