Cleanup #658: Update old references to rsh in code to ssh. Refactoring from rsh to...
[charm.git] / src / arch / multicore-linux32 / conv-mach.h
blobb1841b1db1d9d468d17eb71f388bc8e8b2c8cb0a
1 #ifndef _CONV_MACH_H
2 #define _CONV_MACH_H
4 #define CMK_SMP 1
5 #define CMK_MULTICORE 1
7 #undef CMK_IMMEDIATE_MSG
8 #define CMK_IMMEDIATE_MSG 0
10 #define CMK_ASYNC_NOT_NEEDED 1
11 #define CMK_ASYNC_USE_FIOASYNC_AND_FIOSETOWN 0
12 #define CMK_ASYNC_USE_FIOASYNC_AND_SIOCSPGRP 0
13 #define CMK_ASYNC_USE_FIOSSAIOSTAT_AND_FIOSSAIOOWN 0
14 #define CMK_ASYNC_USE_F_SETFL_AND_F_SETOWN 0
16 #define CMK_DLL_CC "g++ -shared -O3 -o "
18 #define CMK_GETPAGESIZE_AVAILABLE 1
20 #define CMK_MALLOC_USE_GNU_MALLOC 0
21 #define CMK_MALLOC_USE_OS_BUILTIN 1
23 #define CMK_MEMORY_PAGESIZE 8192
24 #define CMK_MEMORY_PROTECTABLE 0
27 #define CMK_SSH_IS_A_COMMAND 1
28 #define CMK_SSH_NOT_NEEDED 0
30 #define CMK_SHARED_VARS_UNAVAILABLE 0
31 #define CMK_SHARED_VARS_UNIPROCESSOR 0
32 #define CMK_SHARED_VARS_POSIX_THREADS_SMP 1
34 #define CMK_THREADS_USE_CONTEXT 1
35 #define CMK_THREADS_USE_PTHREADS 0
36 #define CMK_THREADS_ARE_WIN32_FIBERS 0
38 #define CMK_SIGNAL_NOT_NEEDED 1
39 #define CMK_SIGNAL_USE_SIGACTION 0
40 #define CMK_SIGNAL_USE_SIGACTION_WITH_RESTART 0
42 #define CMK_THREADS_REQUIRE_NO_CPV 0
43 #define CMK_THREADS_COPY_STACK 0
45 #define CMK_TIMER_USE_RDTSC 0
46 #define CMK_TIMER_USE_GETRUSAGE 1
47 #define CMK_TIMER_USE_SPECIAL 0
48 #define CMK_TIMER_USE_TIMES 0
51 #define CMK_WHEN_PROCESSOR_IDLE_BUSYWAIT 0
52 #define CMK_WHEN_PROCESSOR_IDLE_USLEEP 1
54 #define CMK_DEBUG_MODE 0
55 #define CMK_WEB_MODE 1
57 #define CMK_LBDB_ON 1
59 /*#define CMK_PCQUEUE_LOCK 1 */
60 /*Replaced by CMK_NOT_USE_TLS_THREAD as the default case*/
61 /*#define CMK_USE_TLS_THREAD 1 */
63 #endif