From dbeb6162e017ee22995a56bd6c39f886be68156a Mon Sep 17 00:00:00 2001 From: Owen Green Date: Sat, 8 Sep 2018 15:04:40 +0100 Subject: [PATCH] fdTransients.cpp: Enable EIGEN_USE_BLAS for less crappy performance --- fdTransients/fdTransients.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fdTransients/fdTransients.cpp b/fdTransients/fdTransients.cpp index 365482e..4958308 100644 --- a/fdTransients/fdTransients.cpp +++ b/fdTransients/fdTransients.cpp @@ -1,6 +1,8 @@ // FD_BufNMF, an NRT buffer NMF Processor // A tool from the FluCoMa project, funded by the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation programme (grant agreement No 725899) +#define EIGEN_USE_BLAS + #include "clients/nrt/TransientNRTClient.hpp" #include "fdNRTBase.hpp" #include "data/FluidTensor.hpp"