-
Notifications
You must be signed in to change notification settings - Fork 12
/
pdc_config_sys.h.cmake
85 lines (57 loc) · 2.3 KB
/
pdc_config_sys.h.cmake
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
/* config.h Generated by cmake with CMakelists.txt. from config.h.cmake */
/* Define if you want to enable MPI */
#cmakedefine ENABLE_MPI
/* Define if you want to use lustre */
#cmakedefine ENABLE_LUSTRE
/* Define if you want to enable timing */
#cmakedefine PDC_TIMING
/* Define if you want to enable server cache */
#cmakedefine PDC_SERVER_CACHE
/* Define the max region cache size in GB */
#cmakedefine PDC_SERVER_CACHE_MAX_GB @PDC_SERVER_CACHE_MAX_GB@
/* Define region cache flush time interval */
#cmakedefine PDC_SERVER_CACHE_FLUSH_TIME @PDC_SERVER_CACHE_FLUSH_TIME@
/* Define if you want to enable checkpoint */
#cmakedefine PDC_ENABLE_CHECKPOINT
/* Define if you want to enable profiling */
#cmakedefine ENABLE_PROFILING
/* Define if you want to enable DART_SUFFIX_TREE mode */
#cmakedefine PDC_DART_SFX_TREE
/* Define if you want to enable Julia */
#cmakedefine PDC_ENABLE_JULIA
/* Define if you want to enable multithread */
#cmakedefine ENABLE_MULTITHREAD
/* Define if compiler supports attributes */
#cmakedefine HAVE_ATTRIBUTE
/* Define if has Cray DRC */
#cmakedefine PDC_HAS_CRAY_DRC
/* Define if use shared server */
#cmakedefine PDC_HAS_SHARED_SERVER
/* Define if closing server by application */
#cmakedefine ENABLE_APP_CLOSE_SERVER
/* Define if wait for data to be fanalized when closing dataset */
#cmakedefine ENABLE_WAIT_DATA
/* Define size of float type */
#cmakedefine VAR_SIZE_FLOAT @VAR_SIZE_FLOAT@
/* Define size of double type */
#cmakedefine VAR_SIZE_DOUBLE @VAR_SIZE_DOUBLE@
/* Define size of char type */
#cmakedefine VAR_SIZE_CHAR @VAR_SIZE_CHAR@
/* Define size of short int type */
#cmakedefine VAR_SIZE_SINT @VAR_SIZE_SINT@
/* Define size of int type */
#cmakedefine VAR_SIZE_INT @VAR_SIZE_INT@
/* Define size of long int type */
#cmakedefine VAR_SIZE_LINT @VAR_SIZE_LINT@
/* Define size of long long int type */
#cmakedefine VAR_SIZE_LLINT @VAR_SIZE_LLINT@
/* Define size of unsigned int type */
#cmakedefine VAR_SIZE_UINT @VAR_SIZE_UINT@
/* Define size of unsigned long int type */
#cmakedefine VAR_SIZE_ULINT @VAR_SIZE_ULINT@
/* Define size of unsigned long long int type */
#cmakedefine VAR_SIZE_ULLINT @VAR_SIZE_ULLINT@
/* Define size of int64_t int type */
#cmakedefine VAR_SIZE_64INT @VAR_SIZE_64INT@
/* Define size of uint64_t int type */
#cmakedefine VAR_SIZE_U64INT @VAR_SIZE_U64INT@