mpid_recv.tex

来自「刚才是说明 现在是安装程序在 LINUX环境下进行编程的MPICH安装文件」· TEX 代码 · 共 29 行

TEX
29
字号
\startmanpage\mantitle{MPID{\tt \char`\_}Recv}{tex}{10/7/2002}\manname{MPID{\tt \char`\_}Recv}--- MPID entry point for MPI{\tt \char`\_}Recv \subhead{Synopsis}\startvb\begin{verbatim}int MPID_Recv( void *buf, int count, MPI_Datatype datatype,               int source, int tag, MPID_Comm *comm, int context_offset,               MPI_Status *status, MPID_Request **request )\end{verbatim}\endvb\subhead{Notes}The only difference between this and {\tt MPI{\tt \char`\_}Recv} is that the basicerror checks (e.g., valid communicator, datatype, source, and tag)have been made, the MPI opaque objects have been replaced byMPID objects, a context id offset is provided in addition to thecommunicator, and a request may be returned.  The context offset is addedto the context of the communicator to get the context it used by the message.As in {\tt MPID{\tt \char`\_}Send}, the request is returned only if the operation did notcomplete.  Conversely, the status object is populated with valid informationonly if the operation completed.\par\subhead{Module}Communication\par\endmanpage

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?