MPI_Comm_split_type  153 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_split_type, mpi_comm_split_type, MPI_COMM_SPLIT_TYPE, (MPI_Fint *comm, MPI_Fint *split_type, MPI_Fint *key, MPI_Fint *info, MPI_Fint *newcomm, MPI_Fint *ierr));
MPI_Comm_split_type 2308 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h interface MPI_Comm_split_type
MPI_Comm_split_type 2310 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_split_type(comm, split_type, key, info, newcomm, ierror)
MPI_Comm_split_type 2317 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h end subroutine MPI_Comm_split_type
MPI_Comm_split_type   75 ompi/mpi/java/c/mpi_Intracomm.c     int rc = MPI_Comm_split_type((MPI_Comm)comm, splitType, key, (MPI_Info)info, &newcomm);