⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mpid_send.tex

📁 刚才是说明 现在是安装程序在 LINUX环境下进行编程的MPICH安装文件
💻 TEX
字号:
\startmanpage\mantitle{MPID{\tt \char`\_}Send}{tex}{10/7/2002}\manname{MPID{\tt \char`\_}Send}--- MPID entry point for MPI{\tt \char`\_}Send \subhead{Synopsis}\startvb\begin{verbatim}int MPID_Send( const void *buf, int count, MPI_Datatype datatype,               int dest, 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`\_}Send} is that the basicerror checks (e.g., valid communicator, datatype, dest, 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 isadded to the context of the communicatorto get the context it used by the message.A request is returned only if the ADI implementation was unable tocomplete the send of the message.  In that case, the usual {\tt MPI{\tt \char`\_}Wait}logic should be used to complete the request.  This approach is used toallow a simple implementation of the ADI.  The ADI is free to alwayscomplete the message and never return a request.\par\subhead{Module}Communication\par\endmanpage

⌨️ 快捷键说明

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