📄 mpid_get_sametype.tex
字号:
\startmanpage\mantitle{MPID{\tt \char`\_}Get{\tt \char`\_}sametype}{tex}{10/7/2002}\manname{MPID{\tt \char`\_}Get{\tt \char`\_}sametype}--- Implement a get operation where the source and destination datatypes are (roughly) the same \subhead{Synopsis}\startvb\begin{verbatim}int MPID_Get_sametype( void *origin_buf, int n, MPID_Datatype *dtype, MPI_Aint target_offset, int target_rank, MPID_Comm *comm, volatile int *local_flag, MPI_Aint target_flag )\end{verbatim}\endvb\startarg{buf }{Pointer to local memory to be to hold fetched data}\startarg{n }{Count of datatype to move}\startarg{dtype }{Datatype describing both the source and destination datatype. See notes.}\startarg{target{\tt \char`\_}offset }{Location of destination }\startarg{target{\tt \char`\_}rank }{Rank of the destination process in the communicator}\startarg{comm }{Communicator}\startarg{local{\tt \char`\_}flag }{Address of a flag to be set when this call is locally complete.}\startarg{target{\tt \char`\_}flag }{This is an id of a flag at the target process. This valuemust have been specified by the target process in a previous communication(either with {\tt MPID{\tt \char`\_}Put{\tt \char`\_}contig} or {\tt MPID{\tt \char`\_}Rhcv}). A value of {\tt 0} indicates notarget completion flag.Notes:This routine allows the efficient implementation of strided copies, whereboth the origin and the target have the same strides. }\parSee the discussion under {\tt MPID{\tt \char`\_}Put{\tt \char`\_}sametype}.\par\subhead{Module}Communication\endmanpage
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -