summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.c
diff options
context:
space:
mode:
Diffstat (limited to 'testpar/testphdf5.c')
-rw-r--r--testpar/testphdf5.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c
index 473659a..6a4a0b2 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -400,6 +400,9 @@ int main(int argc, char **argv)
MPI_BANNER("extendible dataset independent write...");
extend_writeInd(filenames[2]);
+
+ MPI_BANNER("extendible dataset collective write...");
+ extend_writeAll(filenames[2]);
}
else{
MPI_BANNER("write tests skipped");
@@ -414,6 +417,9 @@ int main(int argc, char **argv)
MPI_BANNER("extendible dataset independent read...");
extend_readInd(filenames[2]);
+
+ MPI_BANNER("extendible dataset collective read...");
+ extend_readAll(filenames[2]);
}
else{
MPI_BANNER("read tests skipped");