⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mpe_describe_comm_event.4

📁 fortran并行计算包
💻 4
字号:
.TH MPE_Describe_comm_event 4 "2/2/2008" " " "MPE".SH NAMEMPE_Describe_comm_event \-  Describe the attributes of an event with byte informational data in a specified MPI_Comm and on the thread that the function is invoked. .SH SYNOPSIS.nfint MPE_Describe_comm_event( MPI_Comm comm, int eventID,                             const char *name, const char *color,                             const char *format ).fi.SH INPUT PARAMETERS.PD 0.TP.B comm         - MPI_Comm where this process is part of..PD 1.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.PD 0.TP.B format       - printf style %-token format control string for the event,the maximum length of the NULL-terminated string is,sizeof(CLOG_FORMAT), 40.  If format is NULL, it isequivalent to calling MPE_Describe_event(). The fortraninterface of this routine considers the zero-length string,"", and single-blank string, " ", as NULL..PD 1.SH NOTESAdds a event definition to the logfile.This function is threadsafe..SH NOTES ON STORAGE FORMAT CONTROL SUPPORTThe format control string is printf like, e.g. "Comment = %s".All the MPE %-token storage support is provided by SLOG-2.  That iswhatever supported by SLOG-2 will be supported by MPE.  Currently,the following is supported.%s : variable length string, byte buffer size is length of string + 2.%h : 2-byte integer, printed as decimal integer, byte buffer size is 2.%d : 4-byte integer, printed as decimal integer, byte buffer size is 4.%l : 8-byte integer, printed as decimal integer, byte buffer size is 8.%x : 4-byte integer, printed as hexadecimal integer, byte buffer size is 4.%X : 8-byte integer, printed as hexadecimal integer, byte buffer size is 8.%e : 4-byte float, printed as decimal float, byte buffer size is 4.%E : 8-byte float, printed as decimal float, byte buffer size is 8..br.SH SEE ALSOMPE_Log_get_solo_eventID().br.SH LOCATION../src/logging/src/mpe_log.c

⌨️ 快捷键说明

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