Skip to content
Snippets Groups Projects
Commit bd4366e8 authored by Moe Jette's avatar Moe Jette
Browse files

In salloc, sbatch, and srun replace --task-mem options with --mem-per-cpu

    (--task-mem will continue to be accepted for now, but is not documented).
    Replace DefMemPerTask and MaxMemPerTask with DefMemPerCPU, DefMemPerNode,
    MaxMemPerCPU and MaxMemPerNode in slurm.conf. Allocate a job's memory memory
    at the same time that processors are allocated based upon the --mem or
    --mem-per-cpu option rather than when job steps are initiated.
parent 33bdbd9e
No related branches found
No related tags found
No related merge requests found
Showing
with 909 additions and 689 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment