Go to the documentation of this file.
7 #define ENABLE_FASTCLUSTER 0
8 #define ENABLE_MULTITHREADING 1
11 #if ENABLE_MULTITHREADING
13 #if __has_include(<omp.h>)
14 #define ENABLE_OPENMP 1
16 #define ENABLE_OPENMP 0
19 #define ENABLE_OPENMP 1
22 #define ENABLE_OPENMP 0