Thrill  0.1
config.hpp File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 thrill
 
 thrill::common
 Contains many common tools and helpers shared by higher layers. See common.
 

Macros

#define THRILL_COMMON_CONFIG_HEADER
 
#define THRILL_HAVE_NET_TCP   1
 

Variables

static constexpr unsigned g_cache_line_size = 64
 Finding cache line size is hard - we assume 64 byte. More...
 
static constexpr bool g_debug_mode = !g_ndebug
 debug mode is active, if NDEBUG is false. More...
 
static constexpr bool g_debug_push_file = false
 
static constexpr bool g_ndebug = false
 global ndebug flag as a boolean, NDEBUG means no debug in Release mode. More...
 
static constexpr bool g_profile_thread = true
 global flag to enable background profiler thread More...
 
static constexpr bool g_self_verify = g_debug_mode
 

Macro Definition Documentation

◆ THRILL_COMMON_CONFIG_HEADER

#define THRILL_COMMON_CONFIG_HEADER

Definition at line 15 of file config.hpp.

◆ THRILL_HAVE_NET_TCP

#define THRILL_HAVE_NET_TCP   1

Definition at line 47 of file config.hpp.