← Back to team overview

yade-dev team mailing list archive

[Branch ~yade-pkg/yade/git-trunk] Rev 4010: Do not use Eigen3 in parallel mode.

 

------------------------------------------------------------
revno: 4010
committer: Anton Gladky <gladky.anton@xxxxxxxxx>
timestamp: Mon 2014-06-09 14:14:44 +0200
message:
  Do not use Eigen3 in parallel mode.
modified:
  lib/base/Math.hpp


--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk

Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'lib/base/Math.hpp'
--- lib/base/Math.hpp	2014-06-08 21:32:06 +0000
+++ lib/base/Math.hpp	2014-06-09 12:14:44 +0000
@@ -8,6 +8,8 @@
 	typedef double Real;
 #endif
 
+#define EIGEN_DONT_PARALLELIZE
+
 #include<limits>
 #include<cstdlib>