From 751601a0965f66d0d1a5231f0edc1a951c583c77 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 14 Oct 2017 06:35:39 +0000 Subject: OpenBlas info --- src/gemma.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/gemma.cpp b/src/gemma.cpp index a1aeaa3..d59fdf9 100644 --- a/src/gemma.cpp +++ b/src/gemma.cpp @@ -3088,7 +3088,7 @@ void GEMMA::BatchRun(PARAM &cPar) { } #include "Eigen/Dense" -// using namespace Eigen; +#include void GEMMA::WriteLog(int argc, char **argv, PARAM &cPar) { string file_str; @@ -3107,7 +3107,7 @@ void GEMMA::WriteLog(int argc, char **argv, PARAM &cPar) { outfile << "## Eigen Version = " << EIGEN_WORLD_VERSION << "." << EIGEN_MAJOR_VERSION << "." << EIGEN_MINOR_VERSION << endl; #ifdef OPENBLAS - outfile << "## OpenBlas = " << openblas_get_config() << " - " << openblas_get_corename() << endl; + outfile << "## OpenBlas =" << OPENBLAS_VERSION << " - " << openblas_get_config() << " - " << openblas_get_corename() << endl; outfile << "## threads = " << openblas_get_num_threads() << endl; string* pStr = new string[4] { "sequential", "threaded", "openmp" }; -- cgit v1.2.3