Re: [slurm-users] Federated Clusters

2019-02-12 Thread Eli V
Reminds me of a followup question I've been meaning to ask, is it just the Slurmctld's that need access to the shared SlurmDBD, or do all the slurmd's on all the nodes need access? On Tue, Feb 12, 2019 at 7:16 AM Antony Cleave wrote: > > You will need to be able to connect both clusters to the sa

Re: [slurm-users] Federated Clusters

2019-02-12 Thread Antony Cleave
You will need to be able to connect both clusters to the same SlurmDBD as well, but if that is not a problem you are good to go. Antony On Tue, 12 Feb 2019 at 11:37, Gestió Servidors wrote: > Hi, > > I would like to know if "federated clusters in SLURM" concept allows > connecting two SLURM clu

[slurm-users] Federated Clusters

2019-02-12 Thread Gestió Servidors
Hi, I would like to know if "federated clusters in SLURM" concept allows connecting two SLURM clusters that are completely separate (one controller for each cluster, only sharing users via NFS and NIS). Thanks.