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 // Includes
41 //*************************************************************************************************
42 
43 #include <blaze/config/SMP.h>
44 
45 
46 
47 
48 //=================================================================================================
49 //
50 // OPENMP MODE CONFIGURATION
51 //
52 //=================================================================================================
53 
54 //*************************************************************************************************
62 #if BLAZE_USE_SHARED_MEMORY_PARALLELIZATION && defined(_OPENMP)
63 #define BLAZE_OPENMP_PARALLEL_MODE 1
64 #else
65 #define BLAZE_OPENMP_PARALLEL_MODE 0
66 #endif
67 //*************************************************************************************************
68 
69 #endif
Configuration of the shared-memory parallelization.