MPI_Comm_create    71 ompi/mpi/cxx/intercomm_inln.h   (void) MPI_Comm_create(mpi_comm, (MPI_Group) group, &newcomm);
MPI_Comm_create    74 ompi/mpi/cxx/intracomm_inln.h   (void)MPI_Comm_create(mpi_comm, group, &newcomm);
MPI_Comm_create   126 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_create, mpi_comm_create, MPI_COMM_CREATE, (MPI_Fint *comm, MPI_Fint *group, MPI_Fint *newcomm, MPI_Fint *ierr));
MPI_Comm_create   269 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h interface MPI_Comm_create
MPI_Comm_create   271 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_create(comm, group, newcomm, ierror)
MPI_Comm_create   276 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h end subroutine MPI_Comm_create
MPI_Comm_create    84 ompi/mpi/java/c/mpi_Intracomm.c     int rc = MPI_Comm_create((MPI_Comm)comm, (MPI_Group)group, &newcomm);