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

📄 mpid_attr_delete.tex

📁 刚才是说明 现在是安装程序在 LINUX环境下进行编程的MPICH安装文件
💻 TEX
字号:
\startmanpage\mantitle{MPID{\tt \char`\_}Attr{\tt \char`\_}delete}{tex}{10/7/2002}\manname{MPID{\tt \char`\_}Attr{\tt \char`\_}delete}--- Remote an attribute from a list \subhead{Synopsis}\startvb\begin{verbatim}void *MPID_Attr_delete( MPID_List *list, int keyval )\end{verbatim}\endvb\subhead{Input Parameters}\startarg{list }{Attribute list to search}\startarg{keyval }{keyval to look for}\subhead{Output Parameter}\startarg{flag }{true if the attribute was found, false otherwise.}\par\subhead{Return value}The attribute value (not the {\tt MPID{\tt \char`\_}Attribute} entry, the user's attributevalue.  Note that the attribute entry has been deleted fromthe list but the attribute itself is property of the user.  This allows usto invoke the appropriate attribute delete function, if one is defined forthis keyval.  If the attribute was not found, return null.  However, sincenull is also a valid value, a return flag is used.\parNote that there are no error conditions possible (other that internalcorruption in the list datastructure).\par\subhead{Notes}We return the attribute value instead of the flag indicating that theattribute was found because returning the pointer to the void pointerthrough the argumnet list is ugly in C.\par\subhead{Module}Attribute\endmanpage

⌨️ 快捷键说明

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