Ignore:
Timestamp:
Feb 21, 2025, 11:09:25 AM (4 months ago)
Author:
jbclement
Message:

PEM:
Unset inherited SLURM memory env variables to prevent conflicts in chained job re-launch (it happenned on MCMeSU).
JBC

Location:
trunk/LMDZ.COMMON/libf/evolution/deftank
Files:
2 edited

Legend:

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

    r3634 r3639  
    1111###SBATCH --exclusive
    1212#SBATCH --output=jobPCM_%j.out
    13 #SBATCH --time=10:00:00
     13#SBATCH --time=4:00:00
    1414
    1515########################################################################
  • trunk/LMDZ.COMMON/libf/evolution/deftank/launchPEM.sh

    r3634 r3639  
    6565        if [ $mode -ne 0 ]; then
    6666            job_scheduler
     67            if command -v squeue &> /dev/null; then
     68                unset SLURM_MEM_PER_CPU SLURM_MEM_PER_GPU SLURM_MEM_PER_NODE
     69            fi
    6770        fi
    6871        read i_myear n_myear convert_years iPCM iPEM nPCM nPCM_ini < info_PEM.txt
Note: See TracChangeset for help on using the changeset viewer.