update mpich linux
This commit is contained in:
@@ -1,48 +1,48 @@
|
||||
.TH MPI_Recv 3 "11/10/2017" " " "MPI"
|
||||
.TH MPI_Recv 3 "6/5/2019" " " "MPI"
|
||||
.SH NAME
|
||||
MPI_Recv \- Blocking receive for a message
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
int MPI_Recv(void *buf, int count, MPI_Datatype datatype, int source, int tag,
|
||||
MPI_Comm comm, MPI_Status *status)
|
||||
MPI_Comm comm, MPI_Status * status)
|
||||
.fi
|
||||
.SH OUTPUT PARAMETERS
|
||||
.PD 0
|
||||
.TP
|
||||
.B buf
|
||||
- initial address of receive buffer (choice)
|
||||
- initial address of receive buffer (choice)
|
||||
.PD 1
|
||||
.PD 0
|
||||
.TP
|
||||
.B status
|
||||
- status object (Status)
|
||||
- status object (Status)
|
||||
.PD 1
|
||||
|
||||
.SH INPUT PARAMETERS
|
||||
.PD 0
|
||||
.TP
|
||||
.B count
|
||||
- maximum number of elements in receive buffer (integer)
|
||||
- maximum number of elements in receive buffer (integer)
|
||||
.PD 1
|
||||
.PD 0
|
||||
.TP
|
||||
.B datatype
|
||||
- datatype of each receive buffer element (handle)
|
||||
- datatype of each receive buffer element (handle)
|
||||
.PD 1
|
||||
.PD 0
|
||||
.TP
|
||||
.B source
|
||||
- rank of source (integer)
|
||||
- rank of source (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 NOTES
|
||||
|
||||
Reference in New Issue
Block a user