/*D
   MPI_Win_set_name - Set the print name for an MPI RMA window

Synopsis:
.vb
int MPI_Win_set_name(MPI_Win win, const char *win_name)
.ve

Input Parameters:
+ win - window whose identifier is to be set (handle)
- win_name - the character string which is remembered as the name (string)

.N ThreadSafe

.N Fortran

.N Errors
.N MPI_SUCCESS
.N MPI_ERR_ARG
.N MPI_ERR_WIN
.N MPI_ERR_OTHER

D*/

