Changeset 4209 for BOL


Ignore:
Timestamp:
Jul 20, 2022, 5:54:10 PM (2 years ago)
Author:
lguez
Message:

Start a new compile.sh file

Start a new compile.sh file if install_lmdz is run again. We do
not want several makelmdz commands in compile.sh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/install_lmdz.sh

    r4208 r4209  
    964964  echo Sequential compilation command, saved in compile.sh:
    965965  echo "./$makelmdz $optim $OPT_MAKELMDZ $optim $opt_rad $opt_cosp -d ${grid_resolution} -v $veget_version gcm "
    966   echo "./$makelmdz $optim $OPT_MAKELMDZ $optim $opt_rad $opt_cosp -d ${grid_resolution} -v $veget_version gcm " >> compile.sh
     966  echo "./$makelmdz $optim $OPT_MAKELMDZ $optim $opt_rad $opt_cosp -d ${grid_resolution} -v $veget_version gcm " > compile.sh
    967967  chmod +x ./compile.sh
    968968  if [ $bench = 1 ] ; then
Note: See TracChangeset for help on using the changeset viewer.