mpid_op.tex

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

TEX
28
字号
\startmanpage\mantitle{MPID{\tt \char`\_}Op}{tex}{10/7/2002}\manname{MPID{\tt \char`\_}Op}--- MPI{\tt \char`\_}Op structure \subhead{Synopsis}\startvb\begin{verbatim}typedef struct {     MPID_Op_kind       kind;     MPID_Lang_t        language;     MPID_User_function function;  } MPID_Op;\end{verbatim}\endvb\subhead{Notes}All of the predefined functions are commutative.  Only user functions maybe noncummutative, so there are two separate op types for commutative andnon-commutative user-defined operations.\parOperations do not require reference counts because there are no nonblockingoperations that accept user-defined operations.  Thus, there is no way thata valid program can free an {\tt MPI{\tt \char`\_}Op} while it is in use.\par\subhead{Module}Collective-DS\endmanpage

⌨️ 快捷键说明

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