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

📄 slog_irec_tooutputstream.3

📁 MPICH是MPI的重要研究,提供了一系列的接口函数,为并行计算的实现提供了编程环境.
💻 3
字号:
.TH SLOG_Irec_ToOutputStream 3 "4/24/2000" " " "SLOG_API".SH NAMESLOG_Irec_ToOutputStream \-  store the given interval record in the frame buffer and write it out to the disk when the frame buffer is full. .SH SYNOPSIS.nfint SLOG_Irec_ToOutputStream(       SLOG_STREAM      *slog,                              const SLOG_intvlrec_t  *irec ).fi.SH MODIFIED INPUT VARIABLES .PD 0.TP.B slog - pointer to SLOG_STREAM where the interval record will be stored..PD 1.SH UNMODIFIED INPUT VARIABLES .PD 0.TP.B irec - pointer to constant interval record with the fields set by the user before this routine is called..PD 1.SH MODIFIED OUTPUT VARIABLES .PD 0.TP.B returned value - integer return status..PD 1.SH USAGE NOTES ON THIS SUBROUTINE The routine provides all the core management of the implementation ofSLOG_STREAM.  Be sure to call SLOG_Irec_SetMinRec() at least once forthe interval record to be appended to the SLOG_STREAM.  Also this routinecan be called in either increasing starttime and endtime order dependingif SLOG_IsIncreasingStarttimeOrder() or SLOG_IsIncreasingEndtimeOrder()is called.   But NOT both.  And there is time order checking codeif user turns on the corresponding compiler flag..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 + -