diff options
author | John Mainzer <mainzer@hdfgroup.org> | 2011-10-19 21:21:58 (GMT) |
---|---|---|
committer | John Mainzer <mainzer@hdfgroup.org> | 2011-10-19 21:21:58 (GMT) |
commit | a4a3bd4b03015d35dcba8ebbda9c356c2ded693c (patch) | |
tree | 0e4d98ef690697af0af6843f75680e6ffc3d5f52 /testpar | |
parent | 8ce6f57fed2b12527d271b9259234b6bb640139d (diff) | |
download | hdf5-a4a3bd4b03015d35dcba8ebbda9c356c2ded693c.zip hdf5-a4a3bd4b03015d35dcba8ebbda9c356c2ded693c.tar.gz hdf5-a4a3bd4b03015d35dcba8ebbda9c356c2ded693c.tar.bz2 |
[svn-r21613] Ported express test tunings and a minor edit back to
testpar/t_shapesame.c
tested with h5committest
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/t_shapesame.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testpar/t_shapesame.c b/testpar/t_shapesame.c index 7601587..2d379d6 100644 --- a/testpar/t_shapesame.c +++ b/testpar/t_shapesame.c @@ -2251,7 +2251,7 @@ contig_hs_dr_pio_test(ShapeSameTestMethods sstest_type) * test level. Note that any value in excess of 4880 will cause all * sub tests to be skipped. */ - int max_skips_tbl[4] = {0, 4, 16, 64}; + int max_skips_tbl[4] = {0, 4, 64, 1024}; hid_t dset_type = H5T_NATIVE_UINT; int64_t total_tests = 0; int64_t tests_run = 0; @@ -4534,7 +4534,7 @@ ckrbrd_hs_dr_pio_test(ShapeSameTestMethods sstest_type) * test level. Note that any value in excess of 4880 will cause all * sub tests to be skipped. */ - int max_skips_tbl[4] = {0, 4, 16, 64}; + int max_skips_tbl[4] = {0, 4, 64, 1024}; int64_t total_tests = 0; int64_t tests_run = 0; int64_t tests_skipped = 0; @@ -4752,7 +4752,7 @@ void pause_proc(void) MPI_Get_processor_name(mpi_name, &mpi_namelen); if (MAINPROCESS) - while ((stat(greenlight, &statbuf) == -1) && loops < maxloop){ + while ((HDstat(greenlight, &statbuf) == -1) && loops < maxloop){ if (!loops++){ printf("Proc %d (%*s, %d): to debug, attach %d\n", mpi_rank, mpi_namelen, mpi_name, pid, pid); |