📄 mpid_errhander_fn.tex
字号:
\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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -