Changeset 1873 for LMDZ5/trunk


Ignore:
Timestamp:
Sep 20, 2013, 11:57:15 AM (11 years ago)
Author:
Laurent Fairhead
Message:

Pour faire les liens avec la FFT sur ada


Setting up link to FFT library on machine ada

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/makelmdz

    r1865 r1873  
    280280LIB="$LIB  ${archfileopt}"
    281281
     282# add Include files defined in arch.fcm file for pre-processing
     283archfileline=$( grep -i '^%FPP_FLAGS' arch.fcm )
     284for inc in $archfileline ; do INCLUDE="$INCLUDE `echo $inc | grep '\-I'`" ; done
     285
    282286if [[ "$physique" != "nophys" ]]
    283287then
Note: See TracChangeset for help on using the changeset viewer.