mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-24 15:25:00 +08:00
[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:
parent
4e36f49a2d
commit
13bc7e92af
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user