give up on OpenMP... for now

This commit is contained in:
Benoit Jacob
2008-04-18 07:57:46 +00:00
parent acfd6f3bda
commit 6ae037dfb5
6 changed files with 73 additions and 134 deletions

View File

@@ -10,13 +10,6 @@
#endif
#endif
#ifndef EIGEN_DONT_PARALLELIZE
#ifdef _OPENMP
#define EIGEN_USE_OPENMP
#include <omp.h>
#endif
#endif
#include <cstdlib>
#include <cmath>
#include <complex>