diff options
Diffstat (limited to 'testpar/testphdf5.c')
-rw-r--r-- | testpar/testphdf5.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c index 7aee5cd..4bd7dcb 100644 --- a/testpar/testphdf5.c +++ b/testpar/testphdf5.c @@ -358,6 +358,9 @@ int main(int argc, char **argv) MPI_BANNER("test_fapl_mpio_dup..."); test_fapl_mpio_dup(); + MPI_BANNER("test_fapl_mpiposix_dup..."); + test_fapl_mpiposix_dup(); + if (ndatasets){ MPI_BANNER("multiple datasets write ..."); multiple_dset_write(filenames[3], ndatasets); |