You can run multiple slurmctld on one machine, but they have to be on
different ports.
What you are asking to be able to do, however would not work like you
may think. They do not talk to each other.
You can run squeue and point to a different config file (one for each
master) and get the information on a single box.
You may also want to enable accounting and have each report to the same
slurmdbd. Then your sacct/sreport functions can be filtered by cluster
or show everything.
Brian Andrus
On 7/27/2021 5:17 AM, pravin wrote:
Hello all,
I have a question regarding the slurm. Is it possible
for multiple slurm servers to show on one machine.
I have three different machines (master, naster1, master2) running
with their own slurmctld and compute nodes but I want to show all the
slurm information on master3. for example node info, squeue
information on master3. Please help me.
Thanks and regards
Pravin Pawar