table of contents
other versions
- testing 4.0.2-3
- unstable 4.0.2-3
- experimental 4.1.1a1+really.4.1-1
MPIX_Comm_shrink(3) | MPI | MPIX_Comm_shrink(3) |
NAME¶
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¶
2/22/2022 |