diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-09-18 22:52:14 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-09-18 22:52:14 (GMT) |
commit | 43f06303db610abc857711f4e4046c9db2750030 (patch) | |
tree | b08c62ea2b12f9c1240c6b2e6bcaf38d2e8bf43b /testpar | |
parent | f86cc0f1f479b7c2d998f59c3db293baf98e2eca (diff) | |
download | hdf5-43f06303db610abc857711f4e4046c9db2750030.zip hdf5-43f06303db610abc857711f4e4046c9db2750030.tar.gz hdf5-43f06303db610abc857711f4e4046c9db2750030.tar.bz2 |
[svn-r7492] 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
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/testphdf5.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c index ff44424..52300b2 100644 --- a/testpar/testphdf5.c +++ b/testpar/testphdf5.c @@ -470,13 +470,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(); |