update mpich linux

This commit is contained in:
Bassem Girgis
2019-08-10 18:46:24 -05:00
parent fd76cc3a51
commit 9b1ac8cf33
867 changed files with 11634 additions and 13950 deletions

View File

@@ -1,16 +1,15 @@
.TH MPI_Cart_get 3 "11/10/2017" " " "MPI"
.TH MPI_Cart_get 3 "6/5/2019" " " "MPI"
.SH NAME
MPI_Cart_get \- Retrieves Cartesian topology information associated with a communicator
MPI_Cart_get \- Retrieves Cartesian topology information associated with a communicator
.SH SYNOPSIS
.nf
int MPI_Cart_get(MPI_Comm comm, int maxdims, int dims[], int periods[],
int coords[])
int MPI_Cart_get(MPI_Comm comm, int maxdims, int dims[], int periods[], int coords[])
.fi
.SH INPUT PARAMETERS
.PD 0
.TP
.B comm
- communicator with cartesian structure (handle)
- communicator with cartesian structure (handle)
.PD 1
.PD 0
.TP
@@ -21,26 +20,26 @@ int MPI_Cart_get(MPI_Comm comm, int maxdims, int dims[], int periods[],
.I periods
, and
.I coords
in the calling program (integer)
in the calling program (integer)
.PD 1
.SH OUTPUT PARAMETERS
.PD 0
.TP
.B dims
- number of processes for each cartesian dimension (array of integer)
- number of processes for each cartesian dimension (array of integer)
.PD 1
.PD 0
.TP
.B periods
- periodicity (true/false) for each cartesian dimension
(array of logical)
- periodicity (true/false) for each cartesian dimension
(array of logical)
.PD 1
.PD 0
.TP
.B coords
- coordinates of calling process in cartesian structure
(array of integer)
- coordinates of calling process in cartesian structure
(array of integer)
.PD 1
.SH THREAD AND INTERRUPT SAFETY