- Timestamp:
- Dec 5, 2014, 5:18:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install/install.sh
r2127 r2164 73 73 ## compile_with_fcm=1 : use makelmdz_fcm, possible a of version 20111103.trunk (LMDZ5/trunk rev 1578) 74 74 ## compile_with_fcm=0 : use makelmdz 75 compile_with_fcm= 175 compile_with_fcm=0 76 76 arch=local 77 77 … … 137 137 OPTDEV="-Wall -fbounds-check" 138 138 fmod='I ' 139 if [ $real = r8 ] ; then OPTPREC="-fdefault-real-8 -DNC_DOUBLE" ; fi 139 # OPTPREC="-ffree-line-length-0" 140 # if [ $real = r8 ] ; then OPTPREC="$OPTPREC -fdefault-real-8 -DNC_DOUBLE" ; fi 141 if [ $real = r8 ] ; then OPTPREC=" -fdefault-real-8 -DNC_DOUBLE" ; fi 140 142 export F90FLAGS=" -ffree-form $OPTIMNC" 141 143 export FFLAGS=" $OPTIMNC"
Note: See TracChangeset
for help on using the changeset viewer.