/*D
   MPI_Comm_toint - converts MPI_Comm to an integer handle

Synopsis:
.vb
int MPI_Comm_toint(MPI_Comm comm)
.ve

Input Parameters:
. comm - communicator (handle)

.N ThreadSafe

D*/

