From 13bc7e92aff680c3b66f483341efb8099cde685c Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 19 May 2003 14:55:50 -0500 Subject: [svn-r6902] Description: Add printout to identify when the MPIPOSIX driver is being tested instead of the MPI-IO driver.. Platforms tested: Tested in copper in parallel mode only since it was just a simple print statement in the parallel test code. Misc. update: --- testpar/testphdf5.c | 6 ++++++ 1 file changed, 6 insertions(+) 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(); -- cgit v0.12