mpid_errhandler.tex

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

TEX
34
字号
\startmanpage\mantitle{MPID{\tt \char`\_}Errhandler}{tex}{10/7/2002}\manname{MPID{\tt \char`\_}Errhandler}--- Description of the error handler structure \subhead{Synopsis}\startvb\begin{verbatim}typedef struct {  int                handle;  volatile int       ref_count;  MPID_Lang_t        language;  MPID_Object_kind   kind;  MPID_Errhandler_fn errfn;  /* Other, device-specific information */} MPID_Errhandler;\end{verbatim}\endvb\subhead{Notes}Device-specific information may indicate whether the error handler is active;this can help prevent infinite recursion in error handlers caused byuser-error without requiring the user to be as careful.  We might want tomake this part of the interface so that the {\tt MPI{\tt \char`\_}xxx{\tt \char`\_}call{\tt \char`\_}errhandler}routines would check.\parIt is useful to have a way to indicate that the errhandler is no longervalid, to help catch the case where the user has freed the errhandler butis still using a copy of the {\tt MPI{\tt \char`\_}Errhandler} value.  We may want todefine the {\tt id} value for deleted errhandlers.\par\subhead{Module}ErrHand-DS\endmanpage

⌨️ 快捷键说明

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