- Timestamp:
- Dec 19, 2023, 9:25:54 AM (11 months ago)
- Location:
- BOL/script_install
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install/install_lmdz.sh
r4731 r4779 84 84 pcmac=0 # default: not on a Mac 85 85 compiler=gfortran 86 if [ `gfortran -dumpversion | cut -d. -f1` -ge 1 1] ; then allow_arg_mismatch="-fallow-argument-mismatch" ; fi86 if [ `gfortran -dumpversion | cut -d. -f1` -ge 10 ] ; then allow_arg_mismatch="-fallow-argument-mismatch" ; fi 87 87 SCM=0 88 88 # surface/vegetation scheme treatment -
BOL/script_install/install_netcdf4_hdf5_seq.bash
r4417 r4779 55 55 allow_arg_mismatch="" 56 56 if [[ ${f_compiler} == "gfortran" ]] ; then 57 if [ `gfortran -dumpversion | cut -d. -f1` -ge 1 1] ; then57 if [ `gfortran -dumpversion | cut -d. -f1` -ge 10 ] ; then 58 58 allow_arg_mismatch="-fallow-argument-mismatch" 59 59 fi
Note: See TracChangeset
for help on using the changeset viewer.