mpid_keyval.tex

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

TEX
25
字号
\startmanpage\mantitle{MPID{\tt \char`\_}Keyval}{tex}{10/7/2002}\manname{MPID{\tt \char`\_}Keyval}--- Structure of an MPID keyval \subhead{Synopsis}\startvb\begin{verbatim}typedef struct {    int                  handle;    volatile int         ref_count;    MPID_Lang_t          language;    MPID_Object_kind     kind;    void                 *extra_state;    MPID_Copy_function   copyfn;    MPID_Delete_function delfn;  /* other, device-specific information */} MPID_Keyval;\end{verbatim}\endvb\subhead{Module}Attribute-DS\par\endmanpage

⌨️ 快捷键说明

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