Following are the MPI routines for initializing MPI and the communicator and finalizing a session with MPI:
C Fortran Description
-- ------- -----------
MPI_Init MPI_INIT Initialize MPI (MPI_COMM_WORLD usually)
MPI_Comm_size MPI_COMM_SIZE Define how many processes are contained
in the communicator
MPI_Comm_rank MPI_COMM_RANK Define the process ID number within
the communicator (from 0 to n-1)
MPI_Finalize MPI_FINALIZE Exiting MPI
Examples of what you can do with the Parallel HDF5 collective API:
http://hdf.ncsa.uiuc.edu/HDF5/release/SuppConfigFeats.html