Files
cpp-thirdparty/macx64/mpi/mpich/share/man/man3/MPIX_Comm_shrink.3
Bassem Girgis d29ef955f5 Upgrade macos
2025-03-19 08:52:56 -05:00

27 lines
409 B
Groff

.TH MPIX_Comm_shrink 3 "2/3/2025" " " "MPI"
.SH NAME
MPIX_Comm_shrink \- Creates a new communitor from an existing communicator while excluding failed processes
.SH SYNOPSIS
.nf
.fi
.nf
int MPIX_Comm_shrink(MPI_Comm comm, MPI_Comm *newcomm)
.fi
.SH INPUT PARAMETERS
.PD 0
.TP
.B comm
- communicator (handle)
.PD 1
.SH OUTPUT PARAMETERS
.PD 0
.TP
.B newcomm
- new communicator (handle)
.PD 1
.SH NOTES