[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:
This commit is contained in:
Albert Cheng 2003-05-19 14:55:50 -05:00
parent 4e36f49a2d
commit 13bc7e92af

View File

@ -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();