global_split_type  794 ompi/communicator/comm.c     int global_split_type, ok, tmp[4];
global_split_type  817 ompi/communicator/comm.c     global_split_type = tmp[0];
global_split_type  821 ompi/communicator/comm.c         ok = (MPI_UNDEFINED == split_type) || global_split_type == split_type;
global_split_type  850 ompi/communicator/comm.c     if (MPI_UNDEFINED == global_split_type) {
global_split_type  882 ompi/communicator/comm.c     rc = ompi_comm_split_type_get_part (comm->c_local_group, global_split_type, &lranks, &my_size);
global_split_type  890 ompi/communicator/comm.c         rc = ompi_comm_split_type_get_part (comm->c_remote_group, global_split_type, &rranks, &my_rsize);