Changeset 4074 for trunk/LMDZ.COMMON/libf/evolution/deftank/pcm_run.job
- Timestamp:
- Feb 17, 2026, 2:45:53 PM (2 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/deftank/pcm_run.job
r4072 r4074 24 24 25 25 # Name of executable for the PCM: 26 exePCM="gcm_64x48x32_phymars_para.e"26 pcm_exe="gcm_64x48x32_phymars_para.e" 27 27 28 28 # Execution command: 29 exe _cmd="srun --ntasks-per-node=${SLURM_NTASKS_PER_NODE} --cpu-bind=none --mem-bind=none --label -- ./adastra_cpu_binding.sh ./$exePCM"29 exec_cmd="srun --ntasks-per-node=${SLURM_NTASKS_PER_NODE} --cpu-bind=none --mem-bind=none --label -- ./adastra_cpu_binding.sh ./$pcm_exe" 30 30 ######################################################################## 31 31 … … 36 36 read n_yr_sim ntot_yr_sim r_plnt2earth_yr i_pcm_run i_pem_run n_pcm_runs n_pcm_runs_ini < pem_workflow.sts 37 37 echo "Run \"PCM $i_pcm_run\" is starting." 38 cp run_ PCM.def run.def39 eval "$exe _cmd > run.log 2>&1"38 cp run_pcm.def run.def 39 eval "$exec_cmd > run.log 2>&1" 40 40 if [ ! -f "restartfi.nc" ] || ! (tail -n 100 run.log | grep -iq "everything is cool!"); then # Check if it ended abnormally 41 41 echo "Error: the run \"PCM $i_pcm_run\" crashed!"
Note: See TracChangeset
for help on using the changeset viewer.
