00001 00030 #ifdef USE_OMP 00031 #include <omp.h> 00032 #else 00033 int omp_get_max_threads(); 00034 int omp_get_thread_num(); 00035 #endif 00036