📄 mpe_gettags.4
字号:
.TH MPE_GetTags 4 "11/2/2007" " " "MPE".SH NAMEMPE_GetTags \- Returns tags that can be used in communication with a communicator .SH SYNOPSIS.nfint MPE_GetTags( comm_in, ntags, comm_out, first_tag )MPI_Comm comm_in, *comm_out;int ntags, *first_tag;.fi.SH INPUT PARAMETERS.PD 0.TP.B comm_in - Input communicator.PD 1.PD 0.TP.B ntags - Number of tags.PD 1.SH OUTPUT PARAMETERS.PD 0.TP.B comm_out - Output communicator. May be 'comm_in'..PD 1.PD 0.TP.B first_tag - First tag available.PD 1.SH RETURNSMPI_SUCCESS on success, MPI error class on failure..SH NOTESThis routine returns the requested number of tags, with the tags being'first_tag', 'first_tag+1', ..., 'first_tag+ntags-1'.These tags are guarenteed to be unique within 'comm_out'..SH SEE ALSOMPE_ReturnTags.br.SH LOCATION../src/misc/src/privtags.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -