BG XLC: Use tr1/unordered_map
[charm.git] / src / arch / mpi-crayxe / conv-mach.h
blobfab822270d9ef883f0648f73e0cbe9aa941b30c2
2 #ifndef _CONV_MACH_H
3 #define _CONV_MACH_H
5 #define CMK_CRAYXE 1
7 #define XE6_TOPOLOGY 1
9 #define CMK_CONVERSE_MPI 1
11 #define CMK_MEMORY_PREALLOCATE_HACK 0
13 #define CMK_DEFAULT_MAIN_USES_COMMON_CODE 1
15 #define CMK_MALLOC_USE_GNU_MALLOC 0
16 #define CMK_MALLOC_USE_OS_BUILTIN 1
18 #define CMI_IO_BUFFER_EXPLICIT 1
19 #define CMI_IO_FLUSH_USER 1
21 #define CMK_GETPAGESIZE_AVAILABLE 1
22 #define CMK_MEMORY_PAGESIZE 8192
23 #define CMK_MEMORY_PROTECTABLE 0
26 #define CMK_SHARED_VARS_UNAVAILABLE 1
27 #define CMK_SHARED_VARS_UNIPROCESSOR 0
29 #define CMK_SIGNAL_NOT_NEEDED 0
30 #define CMK_SIGNAL_USE_SIGACTION 0
31 #define CMK_SIGNAL_USE_SIGACTION_WITH_RESTART 1
33 #define CMK_THREADS_USE_CONTEXT 0
34 #define CMK_THREADS_USE_PTHREADS 0
36 #define CMK_TIMER_USE_GETRUSAGE 0
37 #define CMK_TIMER_USE_SPECIAL 1
38 #define CMK_TIMER_USE_TIMES 0
39 #define CMK_TIMER_USE_XT3_DCLOCK 0
42 #define CMK_WHEN_PROCESSOR_IDLE_BUSYWAIT 1
43 #define CMK_WHEN_PROCESSOR_IDLE_USLEEP 0
45 #define CMK_64BIT 1
46 #define CMK_AMD64 1
48 #define CMK_WEB_MODE 1
49 #define CMK_DEBUG_MODE 0
51 #define CMK_LBDB_ON 1
53 #define CMK_DISABLE_SYNC 1
55 #endif