[slurm-users] How do you orchestrate SLURM operations, what tools do you use?
Kilian Cavalotti
kilian.cavalotti.work at gmail.com
Wed Aug 15 15:03:05 MDT 2018
On Wed, Aug 15, 2018 at 11:57 AM, Michael Jennings <mej at lanl.gov> wrote:
> We [...] are planning to investigate clush [...] in the near future.
I can only encourage you to do so, as ClusterShell comes with nice
Slurm bindings out of the box, that allow, among other things, to
execute commands on all the nodes:
* in a given partition,
* in a given state,
* that have been allocated to a specific job,
* that have been allocated to a specific user,
and so on.
See https://github.com/cea-hpc/clustershell/blob/master/conf/groups.conf.d/slurm.conf.example
for details.
Cheers,
--
Kilian
More information about the slurm-users
mailing list