From d8a515a6833ae292a1a07ff46b6b11b3687dffd8 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 21 Dec 2018 15:20:54 +0100 Subject: [PATCH] Deactivated cache_compile by default --- TODO | 1 - config/bull.cfg | 2 +- config/gfortran.cfg | 2 +- config/gfortran_avx.cfg | 2 +- config/gfortran_mpi.cfg | 2 +- config/ifort.cfg | 2 +- config/ifort_debug.cfg | 2 +- config/ifort_mpi.cfg | 2 +- config/travis.cfg | 2 +- 9 files changed, 8 insertions(+), 9 deletions(-) diff --git a/TODO b/TODO index ea8307f2..cf4f7099 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,4 @@ * Virer cache compile -* Separer integrales ERF # qp_module diff --git a/config/bull.cfg b/config/bull.cfg index 0ea76c92..6a93fdca 100644 --- a/config/bull.cfg +++ b/config/bull.cfg @@ -19,7 +19,7 @@ IRPF90_FLAGS : --ninja --align=32 -DMPI # [OPTION] MODE : OPT ; [ OPT | PROFILE | DEBUG ] : Chooses the section below -CACHE : 1 ; Enable cache_compile.py +CACHE : 0 ; Enable cache_compile.py OPENMP : 1 ; Append OpenMP flags # Optimization flags diff --git a/config/gfortran.cfg b/config/gfortran.cfg index a15cf1c7..867f3eee 100644 --- a/config/gfortran.cfg +++ b/config/gfortran.cfg @@ -23,7 +23,7 @@ IRPF90_FLAGS : --ninja --align=32 # [OPTION] MODE : OPT ; [ OPT | PROFILE | DEBUG ] : Chooses the section below -CACHE : 1 ; Enable cache_compile.py +CACHE : 0 ; Enable cache_compile.py OPENMP : 1 ; Append OpenMP flags # Optimization flags diff --git a/config/gfortran_avx.cfg b/config/gfortran_avx.cfg index 6d5186fa..47c39602 100644 --- a/config/gfortran_avx.cfg +++ b/config/gfortran_avx.cfg @@ -23,7 +23,7 @@ IRPF90_FLAGS : --ninja --align=32 # [OPTION] MODE : OPT ; [ OPT | PROFILE | DEBUG ] : Chooses the section below -CACHE : 1 ; Enable cache_compile.py +CACHE : 0 ; Enable cache_compile.py OPENMP : 1 ; Append OpenMP flags # Optimization flags diff --git a/config/gfortran_mpi.cfg b/config/gfortran_mpi.cfg index 2dc4851e..71d7ae33 100644 --- a/config/gfortran_mpi.cfg +++ b/config/gfortran_mpi.cfg @@ -23,7 +23,7 @@ IRPF90_FLAGS : --ninja --align=32 -DMPI # [OPTION] MODE : OPT ; [ OPT | PROFILE | DEBUG ] : Chooses the section below -CACHE : 1 ; Enable cache_compile.py +CACHE : 0 ; Enable cache_compile.py OPENMP : 1 ; Append OpenMP flags # Optimization flags diff --git a/config/ifort.cfg b/config/ifort.cfg index 72a3406f..d40ba26c 100644 --- a/config/ifort.cfg +++ b/config/ifort.cfg @@ -19,7 +19,7 @@ IRPF90_FLAGS : --ninja --align=32 # [OPTION] MODE : OPT ; [ OPT | PROFILE | DEBUG ] : Chooses the section below -CACHE : 1 ; Enable cache_compile.py +CACHE : 0 ; Enable cache_compile.py OPENMP : 1 ; Append OpenMP flags # Optimization flags diff --git a/config/ifort_debug.cfg b/config/ifort_debug.cfg index eeb4730e..eb2c3cc8 100644 --- a/config/ifort_debug.cfg +++ b/config/ifort_debug.cfg @@ -19,7 +19,7 @@ IRPF90_FLAGS : --ninja --align=32 --assert # [OPTION] MODE : DEBUG ; [ OPT | PROFILE | DEBUG ] : Chooses the section below -CACHE : 1 ; Enable cache_compile.py +CACHE : 0 ; Enable cache_compile.py OPENMP : 1 ; Append OpenMP flags # Optimization flags diff --git a/config/ifort_mpi.cfg b/config/ifort_mpi.cfg index 9e965a96..99dfc0f2 100644 --- a/config/ifort_mpi.cfg +++ b/config/ifort_mpi.cfg @@ -19,7 +19,7 @@ IRPF90_FLAGS : --ninja --align=32 -DMPI # [OPTION] MODE : OPT ; [ OPT | PROFILE | DEBUG ] : Chooses the section below -CACHE : 1 ; Enable cache_compile.py +CACHE : 0 ; Enable cache_compile.py OPENMP : 1 ; Append OpenMP flags # Optimization flags diff --git a/config/travis.cfg b/config/travis.cfg index 3566f97b..44661e20 100644 --- a/config/travis.cfg +++ b/config/travis.cfg @@ -23,7 +23,7 @@ IRPF90_FLAGS : --ninja --align=32 --assert # [OPTION] MODE : DEBUG ; [ OPT | PROFILE | DEBUG ] : Chooses the section below -CACHE : 1 ; Enable cache_compile.py +CACHE : 0 ; Enable cache_compile.py OPENMP : 1 ; Append OpenMP flags # Optimization flags