Changeset 4726


Ignore:
Timestamp:
Oct 13, 2023, 10:21:27 AM (7 months ago)
Author:
lguez
Message:

Always use option -fallow-argument-mismatch

We need this option for non-MPI configurations too since revision
4600.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/arch/arch-gfortran.fcm

    r4598 r4726  
    77%FPP_FLAGS           -P -traditional
    88%FPP_DEF             NC_DOUBLE FFT_FFTW
    9 %BASE_FFLAGS         -c -fdefault-real-8 -frecursive -ffree-line-length-0
     9%BASE_FFLAGS         -c -fdefault-real-8 -frecursive -ffree-line-length-0 -fallow-argument-mismatch
    1010%PROD_FFLAGS         -O3
    1111%DEV_FFLAGS          -O
    1212%DEBUG_FFLAGS        -ffpe-trap=invalid,zero,overflow -fbounds-check -g3 -O0 -fstack-protector-all
    13 %MPI_FFLAGS -fcray-pointer -fallow-argument-mismatch
     13%MPI_FFLAGS -fcray-pointer
    1414%OMP_FFLAGS      -fopenmp   
    1515%BASE_LD      -lfftw3
Note: See TracChangeset for help on using the changeset viewer.