Ignore:
Timestamp:
Jun 11, 2020, 10:46:33 PM (4 years ago)
Author:
jvatant
Message:

Titan GCM: Enable to switch off microphysics compiling for old compilo such as CICLAD, in this case just use -cpp OLD_COMPILO in your makelmdz_fcm

File:
1 edited

Legend:

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

    r2163 r2369  
    44%MAKE                make
    55%FPP_FLAGS           -P -traditional
    6 %FPP_DEF             NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM
     6%CPP_FLAGS           -P
     7%FPP_DEF             NC_DOUBLE LAPACK BLAS SGEMV=DGEMV SGEMM=DGEMM OLD_COMPILO
     8%CPP_DEF             LAPACK
    79%BASE_FFLAGS         -real-size 64 -ip -mkl=parallel -fp-model precise -align common -mcmodel=large -shared-intel
    810%PROD_FFLAGS         -O2
    911%DEV_FFLAGS          -O2
    1012%DEBUG_FFLAGS        -fpe0 -g -no-ftz -check -traceback -ftrapuv -fp-stack-check -O0
     13%C_COMPILER          $MPI_BIN/mpicc
     14%C_OPTIM             -O2 -ip
    1115%MPI_FFLAGS          -I$MPI_INCLUDE
    1216%OMP_FFLAGS         
Note: See TracChangeset for help on using the changeset viewer.