📄 mpe_finish_log.4
字号:
.TH MPE_Finish_log 4 "2/2/2008" " " "MPE".SH NAMEMPE_Finish_log \- Send log to master, who writes it out .SH SYNOPSIS.nfint MPE_Finish_log( const char *filename ).fi.SH NOTESMPE_Finish_log() & MPE_Init_log() are NOT needed when liblmpe.a is linkedbecause MPI_Finalize() would have called MPE_Finish_log() already.liblmpe.a will be included in the final executable if it is linked witheither "mpicc -mpe=mpilog" or "mpecc -mpilog"This routine outputs the logfile in CLOG2 format, i.e.a collective call over 'MPI_COMM_WORLD'.This function is threadsafe, butMPE_Finish_log() is expected to be called only on the main threadwhich initializes MPE logging through MPE_Init_log()..SH RETURNSAlways return MPE_LOG_OK..SH SEE ALSOMPE_Init_log().br.SH LOCATION../src/logging/src/mpe_log.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -