New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 10631 for utils/CI/sette/prepare_exe_dir.sh – NEMO

Ignore:
Timestamp:
2019-02-04T17:19:48+01:00 (5 years ago)
Author:
smueller
Message:

Slight SETTE enhancement to improve the reliability of restartability and reproducibility tests; see ticket #2226

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/CI/sette/prepare_exe_dir.sh

    r9505 r10631  
    7373#cat ${SETTE_DIR}/iodef_sette.xml | sed -e"s;DEF_SHARED;${CONFIG_DIR0}/SHARED;" > ${EXE_DIR}/iodef.xml 
    7474cd ${EXE_DIR} 
     75 
     76# Remove previously generated output files used for test evaluation 
     77# (if any) 
     78[ -f ./ocean.output ] && mv ./ocean.output ./ocean.output.old 
     79[ -f ./run.stat ]     && mv ./run.stat     ./run.stat.old 
     80[ -f ./tracer.stat ]  && mv ./tracer.stat  ./tracer.stat.old 
Note: See TracChangeset for help on using the changeset viewer.