📄 mpid_recv_init.tex
字号:
\startmanpage\mantitle{MPID{\tt \char`\_}Recv{\tt \char`\_}init}{tex}{10/7/2002}\manname{MPID{\tt \char`\_}Recv{\tt \char`\_}init}--- MPID entry point for MPI{\tt \char`\_}Recv{\tt \char`\_}init \subhead{Synopsis}\startvb\begin{verbatim}int MPID_Recv_init( void *buf, int count, MPI_Datatype datatype, int source, int tag, MPID_Comm *comm, int context_offset, MPID_Request **request )\end{verbatim}\endvb\subhead{Notes}The only difference between this and {\tt MPI{\tt \char`\_}Recv{\tt \char`\_}init} 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, and a context id offset is provided in addition to thecommunicator. This offset is added to the context of the communicatorto get the context it used by the message.\par\subhead{Module}Communication\par\endmanpage
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -