Changeset 3667 for trunk/LMDZ.COMMON/libf/evolution/deftank/PCMrun.job
- Timestamp:
- Mar 3, 2025, 11:32:57 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/deftank/PCMrun.job
r3649 r3667 39 39 eval "$exe_cmd > out_runPCM${iPCM} 2>&1" 40 40 if [ ! -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 $iPCMcrashed!"41 echo "Error: the run \"PCM $iPCM\" crashed!" 42 42 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\"." 44 44 fi 45 45 exit 1
Note: See TracChangeset
for help on using the changeset viewer.