Ignore:
Timestamp:
Jul 24, 2013, 11:45:10 AM (11 years ago)
Author:
Laurent Fairhead
Message:

Keeping up with recent improvements in makelmdz* scripts.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/install.sh

    r1800 r1812  
    568568cd $MODEL/modipsl/modeles/LMDZ?
    569569
    570 ### Modify makelmdz_fcm and makelmdz to use ORCHIDEE in the bench:
    571 ### remove liborglob.a and libparallel.a
    572 cp makelmdz_fcm makelmdz_fcm.orig
    573 sed -e "s/-l\${LIBPREFIX}parallel//g" \
    574 sed -e "s/-l\${LIBPREFIX}orglob//g" \
    575     makelmdz_fcm.orig > makelmdz_fcm
    576 cp makelmdz makelmdz.orig
    577 sed -e "s/-l\${LIBPREFIX}parallel//g" \
    578 sed -e "s/-l\${LIBPREFIX}orglob//g" \
    579     makelmdz.orig > makelmdz
    580 
    581 
    582570##################################################################
    583571# Compile LMDZ
Note: See TracChangeset for help on using the changeset viewer.