From e77738198534887cdd0b7d520516ddc6b4d20ff9 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 9 Sep 2016 19:39:28 +0200 Subject: [PATCH] config/ifort.cfg --- config/ifort.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/ifort.cfg b/config/ifort.cfg index d3a5f7b6..b04506d4 100644 --- a/config/ifort.cfg +++ b/config/ifort.cfg @@ -18,7 +18,7 @@ IRPF90_FLAGS : --ninja --align=32 # 0 : Deactivate # [OPTION] -MODE : DEBUG ; [ OPT | PROFILE | DEBUG ] : Chooses the section below +MODE : OPT ; [ OPT | PROFILE | DEBUG ] : Chooses the section below CACHE : 1 ; Enable cache_compile.py OPENMP : 1 ; Append OpenMP flags @@ -32,7 +32,7 @@ OPENMP : 1 ; Append OpenMP flags # [OPT] FC : -traceback -FCFLAGS : -xSSE4.2 -O2 -ip -ftz -g +FCFLAGS : -xHost -O2 -ip -ftz -g # Profiling flags #################