summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
Diffstat (limited to 'testpar')
-rw-r--r--testpar/testphdf5.c4
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();