Simpact Cyan
Population based event driven simulation using mNRM
parallel.h
1 #ifndef PARALLEL_H
2 
3 #define PARALLEL_H
4 
5 // Used to disable the #pragma omp stuff, to disable OpenMP based parallellization, but
6 // still using locks and other code changes that will cause some extra effort
7 //#define DISABLE_PARALLEL
8 
9 #endif // PARALLEL_H