Re: [slurm-users] Can I use the manager as compute node

2019-07-30 Thread wodel youchi
Hi, Thanks, so I have to install and enable the client part of slurm (slurmd) on the manager host along side with slurmctld. Regards. Le mar. 30 juil. 2019 à 14:23, Daniel Letai a écrit : > Yes, just add it to the Nodes= list of the partition. > > You will have to install slurm-slurmd on it as

Re: [slurm-users] Can I use the manager as compute node

2019-07-30 Thread Daniel Letai
Yes, just add it to the Nodes= list of the partition. You will have to install slurm-slurmd on it as well, and enable and start as on any compute node, or it will be DOWN. HTH, --Dani_L. On 7/30/19 3:45 PM, wodel youchi wrote:

[slurm-users] Can I use the manager as compute node

2019-07-30 Thread wodel youchi
Hi, I am newbie in Slurm, All examples I saw when they declare the Partition, only compute nodes are used. My question is : can I use the manager or the slurmctldhost (the master host) as a compute node in and extended partition for example? if yes how? Regards.