MPIX_Comm_shrink

Creates a new communitor from an existing communicator while excluding failed processes

Synopsis


int MPIX_Comm_shrink(MPI_Comm comm, MPI_Comm *newcomm)

Input Parameters

comm
communicator (handle)

Output Parameters

newcomm
new communicator (handle)

Notes