Fix parallel build of examples/charm++/user-driven-interop
[charm.git] / src / arch / sim-linux / conv-mach.h
blob7664d759247d6836b08c5465ca8688c6c449ce06
1 #ifndef _CONV_MACH_H
2 #define _CONV_MACH_H
4 #define CMK_CMIDELIVERS_USE_COMMON_CODE 0
5 #define CMK_CMIDELIVERS_USE_SPECIAL_CODE 1
7 #define CMK_CMIPRINTF_IS_A_BUILTIN 0
9 #define CMK_GETPAGESIZE_AVAILABLE 0
11 #define CMK_HANDLE_SIGUSR 1
13 #define CMK_IS_HETERO 0
16 #define CMK_MALLOC_USE_GNU_MALLOC 0
17 #define CMK_MALLOC_USE_OS_BUILTIN 1
19 #define CMK_MEMORY_PAGESIZE 4096
20 #define CMK_MEMORY_PROTECTABLE 1
22 #define CMK_MSG_HEADER_BASIC CMK_MSG_HEADER_EXT
23 #define CMK_MSG_HEADER_EXT { CmiUInt2 hdl,xhdl,info,stratid,root,redID,padding2,padding3; CmiUInt1 cmaMsgType:2;}
25 #define CMK_MULTICAST_GROUP_TYPE struct { unsigned pe, id; }
26 #define CMK_MULTICAST_DEF_USE_COMMON_CODE 1
27 #define CMK_MULTICAST_LIST_USE_COMMON_CODE 1
28 #define CMK_MULTICAST_GROUP_USE_COMMON_CODE 1
31 #define CMK_SSH_IS_A_COMMAND 1
32 #define CMK_SSH_NOT_NEEDED 0
34 #define CMK_SHARED_VARS_UNAVAILABLE 0
35 #define CMK_SHARED_VARS_UNIPROCESSOR 1
37 #define CMK_SIGNAL_NOT_NEEDED 1
38 #define CMK_SIGNAL_USE_SIGACTION 0
39 #define CMK_SIGNAL_USE_SIGACTION_WITH_RESTART 0
41 #define CMK_SPANTREE_MAXSPAN 4
42 #define CMK_SPANTREE_USE_COMMON_CODE 1
44 #define CMK_THREADS_REQUIRE_NO_CPV 0
45 #define CMK_THREADS_COPY_STACK 0
47 #define CMK_TIMER_USE_GETRUSAGE 0
48 #define CMK_TIMER_USE_SPECIAL 0
49 #define CMK_TIMER_USE_TIMES 0
50 #define CMK_TIMER_SIM_USE_GETRUSAGE 1
51 #define CMK_TIMER_SIM_USE_TIMES 0
54 #define CMK_VECTOR_SEND_USES_COMMON_CODE 1
56 #define CMK_WHEN_PROCESSOR_IDLE_BUSYWAIT 1
57 #define CMK_WHEN_PROCESSOR_IDLE_USLEEP 0
61 #define CMK_LBDB_ON 0
63 #endif