Ignore:
Timestamp:
Jun 27, 2025, 6:59:42 PM (2 days ago)
Author:
emillour
Message:

Mars PCM:
Move adastra_cpu_binding.sh to "adastra" subforlder of deftank.
And adapt scripts and README there.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/deftank/adastra/run0

    r3766 r3817  
    5555
    5656
    57 # Run GCM
    58 srun --cpu-bind=threads --label -c${OMP_NUM_THREADS:=1} $gcm > lrun${numnew} 2>&1
     57# Run GCM using srun (no cpu binding... OK for MPI only)
     58#srun --cpu-bind=threads --label -c${OMP_NUM_THREADS:=1} $gcm > lrun${numnew} 2>&1
     59# Ideally using adequate cpu binding, especially if using mixed MPI/OpenMP on a full node
     60srun --ntasks-per-node=${SLURM_NTASKS_PER_NODE} --cpu-bind=none --mem-bind=none --label -- ./adastra_cpu_binding.sh ./$gcm > lrun${numnew} 2>&1
    5961
    6062
Note: See TracChangeset for help on using the changeset viewer.