Changeset 2164 for BOL/script_install


Ignore:
Timestamp:
Dec 5, 2014, 5:18:15 PM (9 years ago)
Author:
Laurent Fairhead
Message:

back to compile_with_fcm = 0 for 1+1=2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/install.sh

    r2127 r2164  
    7373## compile_with_fcm=1 : use makelmdz_fcm, possible a of version 20111103.trunk (LMDZ5/trunk rev 1578)
    7474## compile_with_fcm=0 : use makelmdz
    75 compile_with_fcm=1
     75compile_with_fcm=0
    7676arch=local
    7777
     
    137137   OPTDEV="-Wall -fbounds-check"
    138138   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
    140142   export F90FLAGS=" -ffree-form $OPTIMNC"
    141143   export FFLAGS=" $OPTIMNC"
Note: See TracChangeset for help on using the changeset viewer.