From 1f7e7d9dcaced149e2a6ad79c363df3373123080 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Thu, 18 Sep 2003 17:52:25 -0500 Subject: [svn-r7493] Description: Disable "big" parallel tests until I get a chance to look into the problems (probably during/after the workshop). Platforms tested: Eyeballed Too minor to require h5committest --- testpar/testphdf5.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c index d18bd01..6c389dd 100644 --- a/testpar/testphdf5.c +++ b/testpar/testphdf5.c @@ -474,13 +474,17 @@ int main(int argc, char **argv) MPI_BANNER("Independent test skipped"); } +#ifdef LATER if (dobig && sizeof(MPI_Offset)>4){ MPI_BANNER("big dataset test..."); big_dataset(filenames[7]); } else { +#endif /* LATER */ MPI_BANNER("big dataset test skipped"); +#ifdef LATER } +#endif /* LATER */ if (!(dowrite || doread || ndatasets || ngroups || docompact || doindependent || dobig)){ usage(); -- cgit v0.12