📄 mpid_object_kind.tex
字号:
\startmanpage\mantitle{MPID{\tt \char`\_}Object{\tt \char`\_}kind}{tex}{10/7/2002}\manname{MPID{\tt \char`\_}Object{\tt \char`\_}kind}--- Object kind (communicator, window, or file) \subhead{Synopsis}\startvb\begin{verbatim}typedef enum { MPID_COMM = 0x1, MPID_GROUP = 0x2, MPID_DATATYPE = 0x3, MPID_FILE = 0x4, MPID_ERRHANDLER = 0x5, MPID_OP = 0x6, MPID_INFO = 0x7, MPID_WIN = 0x8, MPID_KEYVAL = 0x9 } MPID_Object_kind;\end{verbatim}\endvb\subhead{Notes}This enum is used by keyvals and errhandlers to indicate the type ofobject for which MPI opaque types the data is valid. These are definedas bits to allow future expansion to the case where an object is value formultiple types (for example, we may want a universal error handler forerrors return). This is also used to indicate the type of MPI object aMPI handle represents. It is an enum because only this applies only thethe MPI objects.\par\subhead{Module}Attribute-DS\endmanpage
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -