mpid_errhander_fn.tex

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

TEX
32
字号
\startmanpage\mantitle{MPID{\tt \char`\_}Errhander{\tt \char`\_}fn}{tex}{10/7/2002}\manname{MPID{\tt \char`\_}Errhander{\tt \char`\_}fn}--- MPID Structure to hold an error handler function \subhead{Synopsis}\startvb\begin{verbatim}typedef union {   void (*C_Comm_Handler_function) ( MPI_Comm *, int *, ... );   void (*F77_Handler_function) ( MPI_Fint *, MPI_Fint *, ... );   void (*C_Win_Handler_function) ( MPI_Win *, int *, ... );   void (*C_File_Handler_function) ( MPI_File *, int *, ... );} MPID_Errhandler_fn;\end{verbatim}\endvb\subhead{Notes}The MPI-1 Standard declared only the C version of this, implicitlyassuming that {\tt int} and {\tt MPI{\tt \char`\_}Fint} were the same.\par\subhead{Module}ErrHand-DS\par\subhead{Questions}What do we want to do about C++?  Do we want a hook for a routine that canbe called to throw an exception in C++, particularly if we give C++ accessto this structure?  Does the C++ handler need to be different (not partof the union)?\parWhat is the interface for the Fortran version of the error handler?\endmanpage

⌨️ 快捷键说明

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