mpi_grp_split Subroutine

private subroutine mpi_grp_split(this, color, key, new_grp)

Class method to split an MPI group.

Type Bound

mpi_grp_t

Arguments

Type IntentOptional Attributes Name
class(mpi_grp_t), intent(in) :: this
integer, intent(in) :: color
integer, intent(in) :: key
type(mpi_grp_t), intent(out) :: new_grp

Calls

proc~~mpi_grp_split~~CallsGraph proc~mpi_grp_split mpi_grp_t%mpi_grp_split mpi_comm_split mpi_comm_split proc~mpi_grp_split->mpi_comm_split proc~mpi_check_error mpi_check_error proc~mpi_grp_split->proc~mpi_check_error mpi_error_string mpi_error_string proc~mpi_check_error->mpi_error_string proc~cable_abort cable_abort proc~mpi_check_error->proc~cable_abort

Called by

proc~~mpi_grp_split~~CalledByGraph proc~mpi_grp_split mpi_grp_t%mpi_grp_split program~cable_offline_driver cable_offline_driver program~cable_offline_driver->proc~mpi_grp_split