Ignore:
Timestamp:
Mar 3, 2025, 11:32:57 AM (4 months ago)
Author:
jbclement
Message:

PEM:
Adjusting the anticipation time for more security regarding the job time limit detection.
JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/evolution/deftank/PCMrun.job

    r3649 r3667  
    3939eval "$exe_cmd > out_runPCM${iPCM} 2>&1"
    4040if [ ! -f "restartfi.nc" ] || ! (tail -n 100 out_runPCM${iPCM} | grep -iq "everything is cool!"); then # Check if it ended abnormally
    41     echo "Error: the run PCM $iPCM crashed!"
     41    echo "Error: the run \"PCM $iPCM\" crashed!"
    4242    if [ $mode -ne 0 ]; then
    43         echo "Be careful: there may be dependent jobs remaining in the SLURM queue with status 'DependencyNeverSatisfied'! You can cancel them by executing the script \"kill_launchPEM.sh\"."
     43        echo "Be careful: there may be dependent jobs remaining in the queue! You can cancel them by executing the script \"kill_launchPEM.sh\"."
    4444    fi
    4545    exit 1
Note: See TracChangeset for help on using the changeset viewer.