summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.c
diff options
context:
space:
mode:
authorChee-Wai Lee <cwlee@ncsa.uiuc.edu>1999-12-10 22:38:25 (GMT)
committerChee-Wai Lee <cwlee@ncsa.uiuc.edu>1999-12-10 22:38:25 (GMT)
commitca73fde3ba444896894a56dda3dc9f79d06a7bcd (patch)
tree06804a23fbf5fbe96c9d79e1ffaf570dbbc0977c /testpar/testphdf5.c
parentf30439d5920626e9527817f9168d72ae1594208e (diff)
downloadhdf5-ca73fde3ba444896894a56dda3dc9f79d06a7bcd.zip
hdf5-ca73fde3ba444896894a56dda3dc9f79d06a7bcd.tar.gz
hdf5-ca73fde3ba444896894a56dda3dc9f79d06a7bcd.tar.bz2
[svn-r1873] added new test for multiple dataset writes to parallel tests
Diffstat (limited to 'testpar/testphdf5.c')
-rw-r--r--testpar/testphdf5.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c
index 9085f19..c21a90b 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -34,7 +34,8 @@ int doread=1; /* read test */
int dowrite=1; /* write test */
char *filenames[]={ "ParaEg1.h5f",
"ParaEg2.h5f",
- "ParaEg3.h5f" };
+ "ParaEg3.h5f",
+ "Mdset.h5f" };
@@ -252,6 +253,10 @@ main(int argc, char **argv)
MPI_BANNER("testing extendible dataset independent write...");
extend_writeInd(filenames[2]);
+
+ MPI_BANNER("testing multiple datasets write ...");
+ multiple_dset_write(filenames[3]);
+
}
if (doread){
MPI_BANNER("testing dataset independent read...");