Added EIGEN_DONT_PARALLELIZE preprocessor directive

This commit is contained in:
Carlos Becker 2010-04-26 17:08:54 +02:00
parent bf71b466e9
commit 34b3cdb82c

View File

@ -125,7 +125,7 @@
#endif
#endif
#ifdef _OPENMP
#if (defined _OPENMP) && (!defined EIGEN_DONT_PARALLELIZE)
#define EIGEN_HAS_OPENMP
#endif