summaryrefslogtreecommitdiffstats
path: root/testpar/t_init_term.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r27179] Merge 27162 & 27163 from trunk:Mohamad Chaarawi2015-06-101-0/+76
fix for HDFFV-9412: - Check for mpi is_initialized and is_finalized before making MPI calls in init/terminate of HDF5. - Add a test to make sure we can make serial HDF5 calls from rank 0 after MPI_Finalize is called. tested with h5committest