diff options
Diffstat (limited to 'src/gemma.cpp')
-rw-r--r-- | src/gemma.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gemma.cpp b/src/gemma.cpp index 758aa24..4c7799a 100644 --- a/src/gemma.cpp +++ b/src/gemma.cpp @@ -3106,6 +3106,7 @@ void GEMMA::WriteLog(int argc, char **argv, PARAM &cPar) { outfile << "##" << endl; outfile << "## GEMMA Version = " << version << " (" << date << ")" << endl; + outfile << "## Build profile = " << GEMMA_PROFILE << endl ; outfile << "## GSL Version = " << GSL_VERSION << endl; outfile << "## Eigen Version = " << EIGEN_WORLD_VERSION << "." << EIGEN_MAJOR_VERSION << "." << EIGEN_MINOR_VERSION << endl; #ifdef OPENBLAS |