mpid_delete_function.tex
来自「刚才是说明 现在是安装程序在 LINUX环境下进行编程的MPICH安装文件」· TEX 代码 · 共 41 行
TEX
41 行
\startmanpage\mantitle{MPID{\tt \char`\_}Delete{\tt \char`\_}function}{tex}{10/7/2002}\manname{MPID{\tt \char`\_}Delete{\tt \char`\_}function}--- MPID Structure to hold an attribute delete function \subhead{Synopsis}\startvb\begin{verbatim}typedef union { MPI_Comm_delete_attr_function *C_CommDeleteFunction; MPI_Win_delete_attr_function *C_WinDeleteFunction; MPI_Type_delete_attr_function *C_TypeDeleteFunction; void (*F77_DeleteFunction)( MPI_Fint *, MPI_Fint *, MPI_Fint *, MPI_Fint *, MPI_Fint * ); void (*F90_DeleteFunction)( MPI_Fint *, MPI_Fint *, MPI_Aint *, MPI_Aint *, MPI_Fint * ); } MPID_Delete_function;\end{verbatim}\endvb\subhead{Notes}The appropriate element of this union is selected by using the languagefield of the {\tt keyval}.\parThe function types used in the union are provided by {\tt mpi.h}. Thecorrespond to:\begin{verbatim} int (*C_DeleteFunction) ( MPI_Comm, int, void *, void * ); int (*C_WinDeleteFunction) ( MPI_Win, int, void *, void * ); int (*C_TypeDeleteFunction) ( MPI_Datatype, int, void *, void * );\end{verbatim}There are no corresponding typedefs for the Fortran functions. TheF77 function corresponds to the Fortran 77 binding used in MPI-1 and theF90 function corresponds to the Fortran 90 binding used in MPI-2.\par\subhead{Module}Attribute-DS\par\endmanpage
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?