Ignore:
Timestamp:
Jan 15, 2025, 1:50:20 PM (2 weeks ago)
Author:
jbclement
Message:

PEM:
Improvement of the Bash script tools in the deftank with an automatic error detection which ends the script with a message.
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/deftank/lib_launchPEM.sh

    r3556 r3579  
    1010
    1111    date
    12     echo "Successful end of the launching script for the PEM simulation."
     12    echo "Success: the launching script for the PEM simulation completed normally!"
    1313    exit 0
    1414}
     
    2020
    2121    date
    22     echo "End with error of the launching script for the PEM."
     22    echo "Error: an issue occured in the launching script for the PEM simulation!"
    2323    exit 1
    2424}
Note: See TracChangeset for help on using the changeset viewer.