Changeset 4207 for BOL/script_install


Ignore:
Timestamp:
Jul 20, 2022, 5:54:09 PM (22 months ago)
Author:
lguez
Message:

Do not compile IOIPSL again if it is compiled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/install_lmdz.sh

    r4206 r4207  
    620620
    621621#=========================================================================
     622if [[ ! -f $MODEL/modipsl/lib/libioipsl.a ]]
     623then
    622624if [ $ioipsl = 1 ] ; then
    623625#=========================================================================
     
    724726   echo install_lmdz.sh ioipsl_OK `date`
    725727fi # of if [ $ioipsl = 1 ]
     728fi
    726729# Saving ioipsl lib for possible parallel compile
    727730  cd $MODEL/modipsl
Note: See TracChangeset for help on using the changeset viewer.