update mpich linux
This commit is contained in:
@@ -1,48 +1,48 @@
|
||||
.TH MPI_Rsend_init 3 "11/10/2017" " " "MPI"
|
||||
.TH MPI_Rsend_init 3 "6/5/2019" " " "MPI"
|
||||
.SH NAME
|
||||
MPI_Rsend_init \- Creates a persistent request for a ready send
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
int MPI_Rsend_init(const void *buf, int count, MPI_Datatype datatype, int dest,
|
||||
int tag, MPI_Comm comm, MPI_Request *request)
|
||||
int tag, MPI_Comm comm, MPI_Request * request)
|
||||
.fi
|
||||
.SH INPUT PARAMETERS
|
||||
.PD 0
|
||||
.TP
|
||||
.B buf
|
||||
- initial address of send buffer (choice)
|
||||
- initial address of send buffer (choice)
|
||||
.PD 1
|
||||
.PD 0
|
||||
.TP
|
||||
.B count
|
||||
- number of elements sent (integer)
|
||||
- number of elements sent (integer)
|
||||
.PD 1
|
||||
.PD 0
|
||||
.TP
|
||||
.B datatype
|
||||
- type of each element (handle)
|
||||
- type of each element (handle)
|
||||
.PD 1
|
||||
.PD 0
|
||||
.TP
|
||||
.B dest
|
||||
- rank of destination (integer)
|
||||
- rank of destination (integer)
|
||||
.PD 1
|
||||
.PD 0
|
||||
.TP
|
||||
.B tag
|
||||
- message tag (integer)
|
||||
- message tag (integer)
|
||||
.PD 1
|
||||
.PD 0
|
||||
.TP
|
||||
.B comm
|
||||
- communicator (handle)
|
||||
- communicator (handle)
|
||||
.PD 1
|
||||
|
||||
.SH OUTPUT PARAMETERS
|
||||
.PD 0
|
||||
.TP
|
||||
.B request
|
||||
- communication request (handle)
|
||||
- communication request (handle)
|
||||
.PD 1
|
||||
|
||||
.SH THREAD AND INTERRUPT SAFETY
|
||||
|
||||
Reference in New Issue
Block a user