mpid_get_processor_name.tex

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

TEX
28
字号
\startmanpage\mantitle{MPID{\tt \char`\_}Get{\tt \char`\_}processor{\tt \char`\_}name}{tex}{10/7/2002}\manname{MPID{\tt \char`\_}Get{\tt \char`\_}processor{\tt \char`\_}name}--- Return the name of the current processor \subhead{Synopsis}\startvb\begin{verbatim}int MPID__Get_processor_name( char *name, int *resultlen)\end{verbatim}\endvb\subhead{Output Parameters}\startarg{name }{A unique specifier for the actual (as opposed to virtual) node. Thismust be an array of size at least {\tt MPI{\tt \char`\_}MAX{\tt \char`\_}PROCESSOR{\tt \char`\_}NAME}.}\startarg{resultlen }{Length (in characters) of the name }\par\subhead{Notes}The name returned should identify a particular piece of hardware;the exact format is implementation defined.  This name may or may notbe the same as might be returned by {\tt gethostname}, {\tt uname}, or {\tt sysinfo}.\parThis routine is essentially an MPID version of {\tt MPI{\tt \char`\_}Get{\tt \char`\_}processor{\tt \char`\_}name} .It must be part of the device because not all environments support callsto return the processor name.\endmanpage

⌨️ 快捷键说明

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