summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-09-18 22:52:25 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-09-18 22:52:25 (GMT)
commit1f7e7d9dcaced149e2a6ad79c363df3373123080 (patch)
tree4fbc917df88df8296c6aedb447fa9e1e539617e5 /testpar/testphdf5.c
parent52a4d694b60b49d93c9b044f7df21a02a02e0ee8 (diff)
downloadhdf5-1f7e7d9dcaced149e2a6ad79c363df3373123080.zip
hdf5-1f7e7d9dcaced149e2a6ad79c363df3373123080.tar.gz
hdf5-1f7e7d9dcaced149e2a6ad79c363df3373123080.tar.bz2
[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
Diffstat (limited to 'testpar/testphdf5.c')
-rw-r--r--testpar/testphdf5.c4
1 files changed, 4 insertions, 0 deletions
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();