📄 mpe_seq_begin.4
字号:
.TH MPE_Seq_begin 4 "11/2/2007" " " "MPE".SH NAMEMPE_Seq_begin \- Begins a sequential section of code. .SH SYNOPSIS.nfvoid MPE_Seq_begin( MPI_Comm comm, int ng ).fi.SH INPUT PARAMETERS.PD 0.TP.B comm - Communicator to sequentialize. .PD 1.PD 0.TP.B ng - Number in group. This many processes are allowed to executeat the same time. Usually one. .PD 1.SH NOTES'MPE_Seq_begin' and 'MPE_Seq_end' provide a way to force a section of codetobe executed by the processes in rank order. Typically, this is donewith.nfMPE_Seq_begin( comm, 1 );<code to be executed sequentially>MPE_Seq_end( comm, 1 );.fiOften, the sequential code contains output statements (e.g., 'printf') tobe executed. Note that you may need to flush the I/O buffers beforecalling 'MPE_Seq_end'; also note that some systems do not propagate I/O inanyorder to the controling terminal (in other words, even if you flush theoutput, you may not get the data in the order that you want)..SH LOCATION../src/misc/src/mpe_seq.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -