/*D
   MPI_File_close - Closes a file

Synopsis:
.vb
int MPI_File_close(MPI_File *fh)
.ve

Input/Output Parameters:
. fh - file handle (handle)

.N ThreadSafe

.N Fortran

.N Errors
.N MPI_SUCCESS
.N MPI_ERR_OTHER

D*/

