opaqoverview.tex

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

TEX
20
字号
\subsection{MPI Opaque Objects}  MPI Opaque objects such as \texttt{MPI_Comm} or \texttt{MPI_Datatype} are specified by   integers (in the MPICH2 implementation); the MPI standard calls these  handles.    Out of range values are invalid; the value 0 is reserved.  For most (with the possible exception of   \texttt{MPI_Request} for performance reasons) MPI Opaque objects, the integer  encodes both the kind of object (allowing runtime tests to detect a datatype  passed where a communicator is expected) and important properties of the   object.  Even the \texttt{MPI_xxx_NULL} values should be encoded so that   different null handles can be distinguished.  The details of the encoding  of the handles is covered in more detail in the MPICH2 Design Document.  For the most part, the ADI uses pointers to the underlying structures  rather than the handles themselves.  However, each structure contains an   \texttt{handle} field that is the corresponding integer handle for the MPI object.  MPID objects (objects used within the implementation of MPI) are not opaque.

⌨️ 快捷键说明

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