0

When I run slurmd, it gives a -bash: slurmd: command not found.

I ran sudo yum install slurm to install slurm. I don't know why it isn't working, or if I installed all the required packages for slurm.

yagmoth555
  • 16,758
  • 4
  • 29
  • 50
user3273814
  • 213
  • 2
  • 3
  • 8

1 Answers1

2

The package that you need is slurm-slurmd.

yum install slurm-slurmd

dnf install slurm-slurmd

That will provide the slurmd command which will be located at /usr/bin/slurmd and it will also provide the slurmd service.

Nasir Riley
  • 2,137
  • 9
  • 10