Changeset 2409
- Timestamp:
- Dec 14, 2015, 4:26:44 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOL/script_install/install.sh
r2404 r2409 48 48 49 49 version=trunk 50 version=20151130.trunk 50 51 version=testing 51 version=20151130.trunk52 52 53 53 compilo=gfortran # compilo=pgf90 or g95 or gfortran or ifort sur PC linux … … 70 70 # choose the resolution for the bench runs 71 71 # grid_resolution= 32x24x11, 32x32x39 or 48x36x19 for tests 72 grid_resolution= 32x32x3972 grid_resolution=48x36x19 73 73 74 74 ## compile_with_fcm=1 : use makelmdz_fcm, possible a of version 20111103.trunk (LMDZ5/trunk rev 1578) … … 146 146 OPTDEV="-Wall -fbounds-check" 147 147 fmod='I ' 148 if [ $real = r8 ] ; then OPTPREC="-fdefault-real-8 -DNC_DOUBLE" ; fi 148 # OPTPREC="-frecursive -ffree-line-length-none" 149 OPTPREC="-ffree-line-length-none" 150 if [ $real = r8 ] ; then OPTPREC="$OPTPREC -fdefault-real-8 -DNC_DOUBLE" ; fi 149 151 export F90FLAGS=" -ffree-form $OPTIMNC" 150 152 export FFLAGS=" $OPTIMNC"
Note: See TracChangeset
for help on using the changeset viewer.