mpid_err_add_class.tex

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

TEX
36
字号
\startmanpage\mantitle{MPID{\tt \char`\_}Err{\tt \char`\_}add{\tt \char`\_}class}{tex}{10/7/2002}\manname{MPID{\tt \char`\_}Err{\tt \char`\_}add{\tt \char`\_}class}--- Add an error class with an associated string \subhead{Synopsis}\startvb\begin{verbatim}int MPID_Err_add_class( const char *msg_string,                       const char *instance_msg_string )\end{verbatim}\endvb\subhead{Input Parameters}\startarg{msg{\tt \char`\_}string }{Message text for this class.  A null string may be used, inwhich case {\tt MPID{\tt \char`\_}Err{\tt \char`\_}set{\tt \char`\_}msg} should be called later.}\startarg{instance{\tt \char`\_}msg{\tt \char`\_}string }{Instance-specific message string.  See the error reporting overview.  May be the null string.}\par\subhead{Return value}An error class.\par\subhead{Notes}This is used to implement {\tt MPI{\tt \char`\_}Add{\tt \char`\_}error{\tt \char`\_}class}; it may also be used by adevice to add device-specific error classes.  Unlike the MPI version, thiscombines returning a class with setting the associated message.\parPredefined classes are handled directly; this routine is not used toinitialize the predefined MPI error classes.  This is done to reduce thenumber of steps that must be executed when starting an MPI program.\par\subhead{Module}Error\endmanpage

⌨️ 快捷键说明

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