/*D
   MPI_File_set_info - Sets new values for the hints associated with a file

Synopsis:
.vb
int MPI_File_set_info(MPI_File fh, MPI_Info info)
.ve

Input Parameters:
+ fh - file handle (handle)
- info - info object (handle)

.N ThreadSafe

.N Fortran

.N Errors
.N MPI_SUCCESS
.N MPI_ERR_OTHER

D*/

