mpe_describe_event.4
来自「fortran并行计算包」· 4 代码 · 共 42 行
4
42 行
.TH MPE_Describe_event 4 "2/2/2008" " " "MPE".SH NAMEMPE_Describe_event \- Describe the attributes of an event without byte informational data in MPI_COMM_WORLD. .SH SYNOPSIS.nfint MPE_Describe_event( int eventID, const char *name, const char *color ).fi.SH INPUT PARAMETERS.PD 0.TP.B eventID - event number for the event..PD 1.PD 0.TP.B name - name of the event,the maximum length of the NULL-terminated string is,sizeof(CLOG_DESC), 32..PD 1.PD 0.TP.B color - color of the event,the maximum length of the NULL-terminated string is,sizeof(CLOG_COLOR), 24..PD 1.SH NOTESAdds a event definition to the logfile. The function is providedfor backward compatibility purpose. Users are urged touse 'MPE_Describe_comm_event' instead.This function is threadsafe..SH SEE ALSOMPE_Log_get_solo_eventID(), MPE_Describe_comm_event().br.SH LOCATION../src/logging/src/mpe_log.c
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?