summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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();