Changeset 4877


Ignore:
Timestamp:
Mar 27, 2024, 3:09:29 PM (5 weeks ago)
Author:
idelkadi
Message:

Modification to take into account 1D compilation with ecrad

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/script_install/install_lmdz.sh

    r4807 r4877  
    15301530        sed -i'' -e 's/^rad=.*$/rad=oldrad/' bin/compile
    15311531    fi
     1532    if [ $rad = ecrad ] ; then
     1533        sed -i'' -e 's/^rad=.*$/rad=ecrad/' run.sh
     1534        sed -i'' -e 's/^rad=.*$/rad=ecrad/' bin/compile
     1535    fi
    15321536    echo Running 1D/run.sh, log in `pwd`/run1d.log
    15331537    ./run.sh > `pwd`/run1d.log 2>&1
Note: See TracChangeset for help on using the changeset viewer.