From 28aa5b859d4f5cce20f25e58330b68880ce5b436 Mon Sep 17 00:00:00 2001 From: Julien Langou Date: Mon, 5 Sep 2016 09:22:36 +0200 Subject: [PATCH] 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 --- INSTALL/make.inc.ifort | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL/make.inc.ifort b/INSTALL/make.inc.ifort index 4dd4f36..b26e960 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 = # -- 2.7.4