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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment