From 9d6f2b594e1555c03b3da7434399e3cc810fcbd9 Mon Sep 17 00:00:00 2001 From: wernsaar Date: Wed, 25 Jun 2014 13:55:19 +0200 Subject: [PATCH] Fortran flag -frecursive is disabled by default --- Makefile.rule | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.rule b/Makefile.rule index 5bbabe37a..43697f404 100644 --- a/Makefile.rule +++ b/Makefile.rule @@ -133,7 +133,8 @@ NO_AFFINITY = 1 # COMMON_OPT = -O2 # gfortran option for LAPACK -FCOMMON_OPT = -frecursive +# enable this flag only on 64bit Linux and if you need a thread safe lapack library +# FCOMMON_OPT = -frecursive # Profiling flags COMMON_PROF = -pg