Changeset 4779 for BOL


Ignore:
Timestamp:
Dec 19, 2023, 9:25:54 AM (5 months ago)
Author:
Laurent Fairhead
Message:

Argument -fallow-argument-mismatch applies to gfortran version 10 as well
LF

Location:
BOL/script_install
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/install_lmdz.sh

    r4731 r4779  
    8484pcmac=0 # default: not on a Mac
    8585compiler=gfortran
    86 if [ `gfortran -dumpversion | cut -d. -f1` -ge 11 ] ; then allow_arg_mismatch="-fallow-argument-mismatch" ; fi
     86if [ `gfortran -dumpversion | cut -d. -f1` -ge 10 ] ; then allow_arg_mismatch="-fallow-argument-mismatch" ; fi
    8787SCM=0
    8888# surface/vegetation scheme treatment
  • BOL/script_install/install_netcdf4_hdf5_seq.bash

    r4417 r4779  
    5555allow_arg_mismatch=""
    5656if [[ ${f_compiler} == "gfortran" ]] ; then
    57   if [ `gfortran -dumpversion | cut -d. -f1` -ge 11 ] ; then
     57  if [ `gfortran -dumpversion | cut -d. -f1` -ge 10 ] ; then
    5858    allow_arg_mismatch="-fallow-argument-mismatch"
    5959  fi
Note: See TracChangeset for help on using the changeset viewer.