Ignore:
Timestamp:
Jul 6, 2023, 9:57:19 AM (17 months ago)
Author:
emillour
Message:

Common dynamics:
Downgrade "prod" optimization level to -O2 (-O3 is too agressive to get
1==1 between serial and parallel simulations) on Adastra with
gfortran
EM+RV

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/arch/arch-ADASTRA-gnu.fcm

    r2978 r2989  
    88%CPP_DEF             LAPACK
    99%BASE_FFLAGS         -fcray-pointer -c -fdefault-real-8 -fdefault-double-8 -ffree-line-length-none -fno-align-commons -fallow-argument-mismatch  -I${FFTW_INC}
    10 %PROD_FFLAGS         -O3
     10%PROD_FFLAGS         -O2
    1111%DEV_FFLAGS          -O -Wall -fbounds-check
    1212%DEBUG_FFLAGS        -ffpe-trap=invalid,zero,overflow -fbounds-check -g3 -O0 -fstack-protector-all -finit-real=nan -fbacktrace
Note: See TracChangeset for help on using the changeset viewer.