Ignore:
Timestamp:
Oct 18, 2013, 5:41:47 PM (11 years ago)
Author:
slebonnois
Message:

SL: still another correction to version 1056...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/makelmdz

    r1049 r1076  
    323323   archfileline=$( grep -i '^%C_OPTIM' arch.fcm )
    324324   coptim=$( echo ${archfileline##%C_OPTIM} )
    325    OPTIMC="$OPTIMC  ${coptim}"
     325   OPTIMC="${coptim}"
    326326   INCLUDEC='-I$(LIBF)/grid -I.'
    327327fi
     
    732732OPTIMTRU90="${COMPIL_FFLAGS} ${PARA_FFLAGS}" \
    733733OPTIM="${COMPIL_FFLAGS} ${PARA_FFLAGS}" \
    734 OPTIMC="$optimc" \
     734OPTIMC="$OPTIMC" \
    735735INCLUDE="$INCLUDE" \
    736736INCLUDEC="$includec" \
     
    763763OPTIMTRU90="${COMPIL_FFLAGS} ${PARA_FFLAGS}" \
    764764OPTIM="${COMPIL_FFLAGS} ${PARA_FFLAGS}" \
    765 OPTIMC="$optimc" \
     765OPTIMC="$OPTIMC" \
    766766INCLUDE="$INCLUDE" \
    767767INCLUDEC="$includec" \
Note: See TracChangeset for help on using the changeset viewer.