All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OpenMP.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 #ifndef _BLAZE_SYSTEM_OPENMP_H_
36 #define _BLAZE_SYSTEM_OPENMP_H_
37 
38 
39 //=================================================================================================
40 //
41 // OPENMP MODE CONFIGURATION
42 //
43 //=================================================================================================
44 
45 //*************************************************************************************************
53 #ifndef _OPENMP
54 #define BLAZE_OPENMP_PARALLEL_MODE 0
55 #else
56 #define BLAZE_OPENMP_PARALLEL_MODE 1
57 #endif
58 //*************************************************************************************************
59 
60 #endif