📄 mpid_probe.tex
字号:
\startmanpage\mantitle{MPID{\tt \char`\_}Probe}{tex}{10/7/2002}\manname{MPID{\tt \char`\_}Probe}--- Block until a matching request is found and return information about it \subhead{Synopsis}\startvb\begin{verbatim}int MPID_probe( int source, int tag, MPID_Comm *comm, int context_offset, MPI_Status *status )\end{verbatim}\endvb\subhead{Input Parameters}\startarg{source }{rank to match (or {\tt MPI{\tt \char`\_}ANY{\tt \char`\_}SOURCE})}\startarg{tag }{Tag to match (or {\tt MPI{\tt \char`\_}ANY{\tt \char`\_}TAG})}\startarg{comm }{communicator to match.}\startarg{context{\tt \char`\_}offset }{context id offset of communicator to match}\par\subhead{Output Parameter}\startarg{status }{{\tt MPI{\tt \char`\_}Status} set as defined by {\tt MPI{\tt \char`\_}Probe}}\par\par\subhead{Return Value}Error code.\par\subhead{Notes}Note that the values returned in {\tt status} will be valid for a subsequentMPI receive operation only if no other thread attempts to receive the samemessage.(See thediscussion of probe in Section 8.7.2 Clarifications of the MPI-2 standard.)\parProviding the {\tt context{\tt \char`\_}offset} is necessary at this level to support theway in which the MPICH implementation uses context ids in the implementationof other operations. The communicator is present to allow the deviceto use message-queues attached to particular communicators or connectionsbetween processes.\par\subhead{Module}Request\par\endmanpage
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -