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