On Fri, 15 Dec 2023, Felix wrote:
we are installing a new server with slurm on ALMA Linux 9.2
...
Failed to start slurmctld.service: Unit slurmctld.service not found.
I can not find any slurmctld service on the system.
What can i do?
Fedora (and EPEL) slurm is split into a number of packages
I believe the 23.11 version of slurm will allow you to reserve specific
cards as part of a Reservation. That won't do preemption though as a
reservation just takes the card and dedicates it to the user. I don't
know if a QoS could pull that off, I haven't experimented with it. A
partition wou
Hello all,
At least at one point, I understood that it was not particularly possible,
or at least not elegant, to provide priority preempt access to a specific
GPU card. So, if a node has 4 GPUs, a researcher can preempt as needed one
or more of them.
Is this still the case? Or is there a reasona
Listing the hosts separately does what I want.
There was nothing wrong with the individual hostnames. The comma separated list
syntax just doesn't work.
--
Gary
On 12/14/23, 7:14 AM, "slurm-users on behalf of Jens Elkner"
mailto:slurm-users-boun...@lists.schedmd.com> on behalf of
jel+sl
Hi Farcas,
On 12/15/23 11:00, Felix wrote:
we are installing a new server with slurm on ALMA Linux 9.2
Slurm support on EL9 might perhaps be a little less mature than on EL8.
we did the followimg:
dnf install slurm
The result is
rpm -qa | grep slurm
slurm-libs-22.05.9-1.el9.x86_64
slurm-2
Hello
we are installing a new server with slurm on ALMA Linux 9.2
we did the followimg:
dnf install slurm
The result is
rpm -qa | grep slurm
slurm-libs-22.05.9-1.el9.x86_64
slurm-22.05.9-1.el9.x86_64
Now when trying to start slurm
systemctl start slurmctld.service
Failed to start slurmctld.