Change the default compilation flags for the Intel Fortran compiler.
authorlangou <langou@users.noreply.github.com>
Mon, 25 Jan 2016 16:00:32 +0000 (16:00 +0000)
committerlangou <langou@users.noreply.github.com>
Mon, 25 Jan 2016 16:00:32 +0000 (16:00 +0000)
commit7ca0f1ffa2739e1a1e1448ab4dc6b62c623d3884
tree70fe6c1764f2eb8d21c076617fac61b82e482b0f
parentcce5177e69c78b3db604161a2136c9d304801e21
Change the default compilation flags for the Intel Fortran compiler.

The LAPACK TESTING should run error free with these settings.

Previously were:
OPTS     = -O3
NOOPT    = -O3 -fltconsistency -fp_port
Now are:
OPTS     = -O3 -fp-model strict
NOOPT    = -O0 -fp-model strict

Thanks to Viswanathan Elumalai the University of Pittsburgh for reporting the
problem, Jason Riedy for suggesting to use the flags "fp-model strict" and Osni
Marques for playing with a lots of flag combinations!
INSTALL/make.inc.ifort