aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJulien Langou <julien.langou@ucdenver.edu>2016-09-05 09:22:36 +0200
committerJulien Langou <julien.langou@ucdenver.edu>2016-09-05 09:22:36 +0200
commit28aa5b859d4f5cce20f25e58330b68880ce5b436 (patch)
tree8bd51c0b080e6f2803e0596deaf74be438bc7d6d /INSTALL
parentc29bf360d08f9be289ba426f18906bf5d77658bc (diff)
Add the flag `-assume protect_parens` for the Intel Fortran compiler
Suggestion from J. Kay Dewhurst, Max Planck Institute of Microstructure Physics See: https://github.com/Reference-LAPACK/lapack/issues/43
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL/make.inc.ifort4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL/make.inc.ifort b/INSTALL/make.inc.ifort
index 4dd4f361..b26e9601 100644
--- a/INSTALL/make.inc.ifort
+++ b/INSTALL/make.inc.ifort
@@ -13,9 +13,9 @@ SHELL = /bin/sh
# and desired load options for your machine.
#
FORTRAN = ifort
-OPTS = -O3 -fp-model strict
+OPTS = -O3 -fp-model strict -assume protect_parens
DRVOPTS = $(OPTS)
-NOOPT = -O0 -fp-model strict
+NOOPT = -O0 -fp-model strict -assume protect_parens
LOADER = ifort
LOADOPTS =
#