MPI_Comm_set_name  507 ompi/mpi/cxx/comm_inln.h   (void) MPI_Comm_set_name(mpi_comm, const_cast<char *>(comm_name));
MPI_Comm_set_name  148 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_set_name, mpi_comm_set_name, MPI_COMM_SET_NAME, (MPI_Fint *comm, char *comm_name, MPI_Fint *ierr, int name_len));
MPI_Comm_set_name  514 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h interface MPI_Comm_set_name
MPI_Comm_set_name  516 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_set_name(comm, comm_name, ierror)
MPI_Comm_set_name  520 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h end subroutine MPI_Comm_set_name
MPI_Comm_set_name 2250 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Comm_set_name((MPI_Comm)handle, (char*)name);