MPI_Comm_get_name  501 ompi/mpi/cxx/comm_inln.h   (void) MPI_Comm_get_name(mpi_comm, comm_name, &resultlen);
MPI_Comm_get_name  138 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_get_name, mpi_comm_get_name, MPI_COMM_GET_NAME, (MPI_Fint *comm, char *comm_name, MPI_Fint *resultlen, MPI_Fint *ierr, int name_len));
MPI_Comm_get_name  422 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h interface MPI_Comm_get_name
MPI_Comm_get_name  424 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_get_name(comm, comm_name, resultlen, ierror)
MPI_Comm_get_name  429 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h end subroutine MPI_Comm_get_name
MPI_Comm_get_name 2260 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Comm_get_name((MPI_Comm)handle, name, &len);