Hi Loris, I am using SelectType=select/cons_res. Still, when sending jobs, every server getting only one job with memory=*MaxServerMemory* inside the job.
Adding DefMemPerCpu was the only solution but I don't understand this behavior. Thank, Roy On Jul 10, 2017 8:47 AM, "Loris Bennett" <[email protected]> wrote: Hi Roy, Roe Zohar <[email protected]> writes: > slurm 17.2.06 min memory problem > > Hi all, > I have installed the last Slurm version and I have noticed a strange behavior with the memory allocated for jobs. > In my slurm conf I am having: > SelectTypeParameters=CR_LLN,CR_CPU_Memory > > Now, when I am sending a new job with out giving it a --mem amount, it automatically assign it all the server memory, which mean I am getting only one job per server. > > I had to add DefMemPerCPU in order to get around that. > > Any body know why is that? > > Thanks, > Roy What value of SelectType are you using? Note also that CR_LLN schedules jobs to the least loaded nodes and so until all nodes have one job, you will not more than one job per node. See 'man slurm.conf'. Regards Loris -- Dr. Loris Bennett (Mr.) ZEDAT, Freie Universität Berlin Email [email protected]
