Lunchbox  1.11.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
definesLinux.h
1 // generated by CMake/FindPackages.cmake, do not edit.
2 
3 #ifndef Lunchbox_DEFINES_Linux_H
4 #define Lunchbox_DEFINES_Linux_H
5 
6 #ifndef LUNCHBOX_USE_V1_API
7 # define LUNCHBOX_USE_V1_API 1
8 #endif
9 #ifndef Linux
10 # define Linux 1
11 #endif
12 #ifndef LUNCHBOX_USE_HWLOC
13 # define LUNCHBOX_USE_HWLOC 1
14 #endif
15 #ifndef LUNCHBOX_USE_OPENMP
16 # define LUNCHBOX_USE_OPENMP 1
17 #endif
18 #ifndef LUNCHBOX_USE_MPI
19 # define LUNCHBOX_USE_MPI 1
20 #endif
21 #ifndef LUNCHBOX_USE_SERVUS
22 # define LUNCHBOX_USE_SERVUS 1
23 #endif
24 #ifndef LUNCHBOX_USE_BOOST
25 # define LUNCHBOX_USE_BOOST 1
26 #endif
27 
28 #endif