[slurm-users] Give priority to specific server

2019-07-14 Thread Zohar Roe MLM
Hello, I am having two servers in my slurm.conf: NodeName=serv1 NodeAddr=131.100.100.1 CPUs=4 RealMemory=256000 Features=test,workserv NodeName=serv2 NodeAddr=131.100.100.2 CPUs=4 RealMemory=256000 Features=test,workserv When I am sending a job with features "test", The server "serv1" always ge

Re: [slurm-users] Give priority to specific server

2019-07-14 Thread Sean Crosby
What you're looking for is Weight - https://slurm.schedmd.com/slurm.conf.html Weight The priority of the node for scheduling purposes. All things being equal, jobs will be allocated the nodes with the lowest weight which satisfies their requirements. For example, a heterogeneous collection of no

Re: [slurm-users] Give priority to specific server

2019-07-14 Thread Zohar Roe MLM
Hi Sean, Great, Thanks for the answer. Looks like it exactly what I needed. No need to play a little with the values to see how to fine tune it. Thank!! Roy From: slurm-users [mailto:slurm-users-boun...@lists.schedmd.com] On Behalf Of Sean Crosby Sent: Sunday, July 14, 2019 12:38 PM To: Slurm