/*D
   MPI_Session_get_pset_info - Get the info associated with the processes set

Synopsis:
.vb
int MPI_Session_get_pset_info(MPI_Session session, const char *pset_name,
                              MPI_Info *info)
.ve

Input Parameters:
+ session - session (handle)
- pset_name - name of process set (string)

Output Parameters:
. info - info object containing information about the given process set (handle)

.N ThreadSafe

.N Fortran

.N Errors
.N MPI_SUCCESS
.N MPI_ERR_ARG
.N MPI_ERR_SESSION
.N MPI_ERR_OTHER

D*/

