- Timestamp:
- Sep 21, 2022, 11:27:09 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install/install_lmdz.sh
r4267 r4269 84 84 pcmac=0 # default: not on a Mac 85 85 compiler=gfortran 86 if [ `gfortran - -version | head -1 | awk ' { print $NF } '| cut -d. -f1` -ge 11 ] ; then allow_arg_mismatch="-fallow-argument-mismatch" ; fi86 if [ `gfortran -dumpversion | cut -d. -f1` -ge 11 ] ; then allow_arg_mismatch="-fallow-argument-mismatch" ; fi 87 87 SCM=0 88 88 # surface/vegetation scheme treatment
Note: See TracChangeset
for help on using the changeset viewer.