⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mpid_attr_find.tex

📁 刚才是说明 现在是安装程序在 LINUX环境下进行编程的MPICH安装文件
💻 TEX
字号:
\startmanpage\mantitle{MPID{\tt \char`\_}Attr{\tt \char`\_}find}{tex}{10/7/2002}\manname{MPID{\tt \char`\_}Attr{\tt \char`\_}find}--- Find and optionally insert an attribute for a given keyval \subhead{Synopsis}\startvb\begin{verbatim}MPID_Attribute *MPID_Attr_find( MPID_List *list, int keyval, int insert )\end{verbatim}\endvb\subhead{Input Parameters}\startarg{list }{Attribute list to search}\startarg{keyval }{keyval to look for}\startarg{insert }{True if attribute should be inserted if it is not found.}\par\subhead{Return Value}A pointer to the matching attribute entry, or null if no attribute matchingthe keyval was found.\par\subhead{Notes}This routine should only be used in a context where no other threadmay modify the attribute list of the underlying object.  It may benecessary to use {\tt MPID{\tt \char`\_}Thread{\tt \char`\_}lock} and {\tt MPID{\tt \char`\_}Thread{\tt \char`\_}unlock}with the per-process {\tt common{\tt \char`\_}lock} around uses of this routine.\parUsing a value of 0 for {\tt insert} makes it easy to implement {\tt MPI{\tt \char`\_}Attr{\tt \char`\_}get};a value of 1 is used for {\tt MPI{\tt \char`\_}Attr{\tt \char`\_}put} (and the MPI-2 versions ofthese).\par\subhead{Module}Attribute\endmanpage

⌨️ 快捷键说明

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