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

📄 mpid_errhandler.tex

📁 刚才是说明 现在是安装程序在 LINUX环境下进行编程的MPICH安装文件
💻 TEX
字号:
\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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -