Changeset 3518 for trunk/LMDZ.COMMON/libf/evolution/deftank/PCMrun.job
- Timestamp:
- Nov 14, 2024, 2:03:11 PM (7 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/deftank/PCMrun.job
r3495 r3518 25 25 26 26 # Execution command: 27 exe_cmd="srun --cpu-bind=threads --label -c${OMP_NUM_THREADS:=1} "27 exe_cmd="srun --cpu-bind=threads --label -c${OMP_NUM_THREADS:=1} $exePCM" 28 28 ######################################################################## 29 29 … … 35 35 read i_myear n_myear convert_years iPCM iPEM nPCM nPCM_ini < info_PEM.txt 36 36 cp run_PCM.def run.def 37 eval "$exe_cmd $exePCM> out_runPCM${iPCM} 2>&1"37 eval "$exe_cmd > out_runPCM${iPCM} 2>&1" 38 38 if [ ! -f "restartfi.nc" ] || ! (tail -n 100 out_runPCM${iPCM} | grep -iq "everything is cool!"); then # Check if it ended abnormally 39 39 echo "Error: the run PCM $iPCM crashed!"
Note: See TracChangeset
for help on using the changeset viewer.