mpid_lang_t.tex
来自「刚才是说明 现在是安装程序在 LINUX环境下进行编程的MPICH安装文件」· TEX 代码 · 共 25 行
TEX
25 行
\startmanpage\mantitle{MPID{\tt \char`\_}Lang{\tt \char`\_}t}{tex}{10/7/2002}\manname{MPID{\tt \char`\_}Lang{\tt \char`\_}t}--- Known language bindings for MPI \subhead{Synopsis}\startvb\begin{verbatim}typedef enum { MPID_LANG_C, MPID_LANG_FORTRAN, MPID_LANG_CXX, MPID_LANG_FORTRAN90 } MPID_Lang_t;\end{verbatim}\endvbA few operations in MPI need to know what language they were called fromor created by. This type enumerates the possible languages so thatthe MPI implementation can choose the correct behavior. An example of thisare the keyval attribute copy and delete functions.\par\subhead{Question}Do we want to include Java or Ada, even though there is no officialbinding? Do we want to specify values for these (e.g., {\tt MPID{\tt \char`\_}LANG{\tt \char`\_}C} iszero)?\par\subhead{Module}Attribute-DS\endmanpage
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?