Ignore:
Timestamp:
Nov 14, 2024, 2:03:11 PM (7 days ago)
Author:
jbclement
Message:

PEM:
Committing the right correction in previous commit (r3516) would have been better...
JBC

File:
1 edited

Legend:

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

    r3495 r3518  
    2525
    2626# Execution command:
    27 exe_cmd="srun --cpu-bind=threads --label -c${OMP_NUM_THREADS:=1}"
     27exe_cmd="srun --cpu-bind=threads --label -c${OMP_NUM_THREADS:=1} $exePCM"
    2828########################################################################
    2929
     
    3535read i_myear n_myear convert_years iPCM iPEM nPCM nPCM_ini < info_PEM.txt
    3636cp run_PCM.def run.def
    37 eval "$exe_cmd $exePCM > out_runPCM${iPCM} 2>&1"
     37eval "$exe_cmd > out_runPCM${iPCM} 2>&1"
    3838if [ ! -f "restartfi.nc" ] || ! (tail -n 100 out_runPCM${iPCM} | grep -iq "everything is cool!"); then # Check if it ended abnormally
    3939    echo "Error: the run PCM $iPCM crashed!"
Note: See TracChangeset for help on using the changeset viewer.