[cig-commits] [commit] devel: better flags.guess for Intel ifort (77845b6)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri Mar 7 03:04:31 PST 2014


Repository : ssh://geoshell/specfem3d

On branch  : devel
Link       : https://github.com/geodynamics/specfem3d/compare/fa99f77f37e1915ce43297ceecab198e7b1d7b65...6bc492cb02db42ff74c01612d6592589d23fec9e

>---------------------------------------------------------------

commit 77845b65a3035dbc47fc16bf99d63b6d1b2e1a43
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Fri Mar 7 04:43:32 2014 +0100

    better flags.guess for Intel ifort


>---------------------------------------------------------------

77845b65a3035dbc47fc16bf99d63b6d1b2e1a43
 flags.guess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flags.guess b/flags.guess
index 4986374..3302634 100644
--- a/flags.guess
+++ b/flags.guess
@@ -62,7 +62,7 @@ case $my_FC in
 # parallel file systems like SFS 3.2 / Lustre 1.8. If omitted
 # I/O throughput lingers at 2.5 MB/s, with it it can increase to ~44 MB/s
 # However it does not make much of a difference on NFS mounted volumes or with SFS 3.1.1 / Lustre 1.6.7.1 
-        DEF_FFLAGS="-O3 -DFORCE_VECTORIZATION -check nobounds -xHost -ftz -assume buffered_io -assume byterecl -align sequence -vec-report0 -std03 -diag-disable 6477 -implicitnone -warn truncated_source -warn argument_checking -warn unused -warn declarations -warn alignments -warn ignore_loc -warn usage"
+        DEF_FFLAGS="-O3 -DFORCE_VECTORIZATION -check nobounds -xHost -ftz -assume buffered_io -assume byterecl -align sequence -vec-report0 -std03 -diag-disable 6477 -implicitnone -gen-interface -warn all"
         # useful for debugging...
         # for debugging: change "-O3 -check nobounds -DFORCE_VECTORIZATION" to  "-check all -debug -g -O0 -fp-stack-check -traceback -ftrapuv"
         ;;



More information about the CIG-COMMITS mailing list