Wiring in parallel test.

This commit is contained in:
Ward Fisher 2016-06-09 11:23:14 -06:00
parent d87292763f
commit 10061af1b9
3 changed files with 7 additions and 1 deletions

View File

@ -88,5 +88,6 @@ IF(TEST_PARALLEL)
build_bin_test(tst_parallel4)
build_bin_test(tst_nc4perf)
build_bin_test(tst_mode)
build_bin_test(tst_simplerw_coll_rc)
add_sh_test(nc_test4 run_par_test)
ENDIF()

View File

@ -15,7 +15,7 @@ mpiexec -n 4 ./tst_parallel
echo
echo "Testing simple parallel I/O with 16 processors..."
mpiexec -n 16 ./tst_parallel3
echo
echo
echo "num_proc time(s) write_rate(B/s)"
mpiexec -n 1 ./tst_parallel4
mpiexec -n 2 ./tst_parallel4
@ -28,3 +28,8 @@ mpiexec -n 8 ./tst_parallel4
echo
echo "Parallel Performance Test for NASA"
mpiexec -n 4 ./tst_nc4perf
echo
echo "Parallel I/O test for Collective I/O, contributed by HDF Group."
mpiexec -n 1 ./tst_simplerw_coll_rc
mpiexec -n 2 ./tst_simplerw_coll_rc