Changeset 3817 for trunk/LMDZ.MARS/deftank/adastra/run0
- Timestamp:
- Jun 27, 2025, 6:59:42 PM (2 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/deftank/adastra/run0
r3766 r3817 55 55 56 56 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 60 srun --ntasks-per-node=${SLURM_NTASKS_PER_NODE} --cpu-bind=none --mem-bind=none --label -- ./adastra_cpu_binding.sh ./$gcm > lrun${numnew} 2>&1 59 61 60 62
Note: See TracChangeset
for help on using the changeset viewer.