aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/pastix_support.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2014-04-25 11:04:02 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2014-04-25 11:04:02 +0200
commitcf7eaed38db25c5205f6aabfd4e96e774fd98af5 (patch)
treed24ada5cf059d2bfeac0a5eaf0574693d68f97d9 /test/pastix_support.cpp
parent3d8d0f6269478a06f4fcbd4b838c8e9b9d7e9d62 (diff)
Avoid blocking-size mismatch in unit tests calling Eigen's blas interface.
Diffstat (limited to 'test/pastix_support.cpp')
-rw-r--r--test/pastix_support.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pastix_support.cpp b/test/pastix_support.cpp
index 14da0944b..49239e3a5 100644
--- a/test/pastix_support.cpp
+++ b/test/pastix_support.cpp
@@ -7,6 +7,8 @@
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
+
+#define EIGEN_NO_DEBUG_SMALL_PRODUCT_BLOCKS
#include "sparse_solver.h"
#include <Eigen/PaStiXSupport>
#include <unsupported/Eigen/SparseExtra>