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

📄 slog_irec_setminrec.3

📁 MPICH是MPI的重要研究,提供了一系列的接口函数,为并行计算的实现提供了编程环境.
💻 3
字号:
.TH SLOG_Irec_SetMinRec 3 "4/24/2000" " " "SLOG_API".SH NAMESLOG_Irec_SetMinRec \-  Set the fields for a bare minimal Interval Record .SH SYNOPSIS.nfint SLOG_Irec_SetMinRec(       SLOG_intvlrec_t  *intvlrec,                         const SLOG_rectype_t    rectype,                         const SLOG_intvltype_t  intvltype,                         const SLOG_bebit_t      bebit_0,                         const SLOG_bebit_t      bebit_1,                         const SLOG_starttime_t  starttime,                         const SLOG_duration_t   duration,                         const SLOG_nodeID_t     orig_node_id,                         const SLOG_cpuID_t      orig_cpu_id,                         const SLOG_threadID_t   orig_thread_id,                         const SLOG_iaddr_t      instr_addr,                         ... ).fi.SH MODIFIED INPUT VARIABLES .PD 0.TP.B intvlrec - pointer to the internal interval record to be modified..PD 1.SH UNMODIFIED INPUT VARIABLES .PD 0.TP.B rectype - interval record's record field which determines if therecord is a FIXED record or VARIABLE record, this in turnswill determine the number of association and the number of sets of MPI call arguments. .PD 1.PD 0.TP.B intvltype - interval record's interval type field..PD 1.PD 0.TP.B bebit_0 - interval record's first bebit..PD 1.PD 0.TP.B bebit_1 - interval record's second bebit..PD 1.PD 0.TP.B starttime - interval record's start time..PD 1.PD 0.TP.B duration - interval record's life time..PD 1.PD 0.TP.B orig_node_id - interval record's origin node ID..PD 1.PD 0.TP.B orig_cpu_id - interval record's origin cpu ID..PD 1.PD 0.TP.B orig_thread_id - interval record's origin thread ID..PD 1.PD 0.TP.B instr_addr - interval record's instr_addr integer pointer..PD 1.PD 0.TP.B ...   - destination task labels for Message Record ( optional ) :dest_node_id - interval record's destination node ID.dest_cpu_id - interval record's destination cpu ID.dest_thread_id - interval record's destination thread ID..PD 1.SH MODIFIED OUTPUT VARIABLES .PD 0.TP.B returned value - integer return status..PD 1.SH USAGE NOTES ON THIS SUBROUTINE The subroutine initializes an allocated internal intervalrecord data structure.   So the routine must be called beforeappending the record to the SLOG file.   The rectype may bea Message Record type..SH INCLUDE FILE NEEDED slog.h.SH NOTES ON SLOG RETURN STATUS CODE There are 5 allowed SLOG returned status codes.  They includeSLOG_SUCCESS, SLOG_FAIL and SLOG_EOF.  Their actual valuesare defined in slog.hSLOG_SUCCESS is returned when no error is encountered.SLOG_FAIL is returned when error is encounted.SLOG_EOF is returned when End of file is encounted.There are also SLOG_TRUE and SLOG_FALSE which are sued as booleanvalues, in particular they are used in boolean functions whichare usually named as IsXXXXX(), AreXXXXX() and HasXXXXX()..br.SH LOCATION../src/slog_irec_write.c

⌨️ 快捷键说明

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