diff options
Diffstat (limited to 'testpar/testphdf5.c')
-rw-r--r-- | testpar/testphdf5.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c index 95ecb22..e7314c9 100644 --- a/testpar/testphdf5.c +++ b/testpar/testphdf5.c @@ -356,6 +356,12 @@ int main(int argc, char **argv) goto finish; } + if (facc_type == FACC_MPIPOSIX && MAINPROCESS){ + printf("===================================\n" + " Using MPIPOSIX driver\n" + "===================================\n"); + } + MPI_BANNER("test_fapl_mpio_dup..."); test_fapl_mpio_dup(); |