clog_const.h

来自「fortran并行计算包」· C头文件 代码 · 共 28 行

H
28
字号
/*   (C) 2001 by Argonne National Laboratory.       See COPYRIGHT in top-level directory.*/#if !defined( _CLOG_CONST )#define _CLOG_CONST/*   CLOG_FILE_TYPE determines default CLOG2 file extension, i.e. ".clog2"   as well as the prefix for the local temporary clog2 file.*/#define  CLOG_FILE_TYPE      "clog2"#define  CLOG_BOOL_T           int#define  CLOG_BOOL_NULL       -1#define  CLOG_BOOL_FALSE       0#define  CLOG_BOOL_TRUE        1#define  CLOG_PATH_STRLEN    256#define  CLOG_ERR_STRLEN     256#define  CLOG_PROCID_NULL     -1#define  CLOG_NULL_FILE       -5#define  CLOG_MAXTIME          100000000.0       /* later than all times */#endif /* of _CLOG_CONST */

⌨️ 快捷键说明

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