Fortran flag -frecursive is disabled by default
authorwernsaar <wernsaar@googlemail.com>
Wed, 25 Jun 2014 11:55:19 +0000 (13:55 +0200)
committerwernsaar <wernsaar@googlemail.com>
Wed, 25 Jun 2014 11:55:19 +0000 (13:55 +0200)
Makefile.rule

index 5bbabe3..43697f4 100644 (file)
@@ -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