Skip to content

Commit 58d26b4

Browse files
authored
Correct ifort options
to same as suggested by reference-lapack
1 parent 9472dd9 commit 58d26b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.system

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,7 @@ ifneq ($(INTERFACE64), 0)
855855
FCOMMON_OPT += -i8
856856
endif
857857
endif
858-
FCOMMON_OPT += -recursive
858+
FCOMMON_OPT += -recursive -fp-model strict -assume protect-parens
859859
ifeq ($(USE_OPENMP), 1)
860860
FCOMMON_OPT += -fopenmp
861861
endif

0 commit comments

Comments
 (0)