📄 mpid_op.tex
字号:
\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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -