[slurm-users] Re: Slurmctld process error 'double free or corruption' on RHEL 9 (Rocky Linux)

2024-07-17 Thread Ole Holm Nielsen via slurm-users
On 7/17/24 08:43, William V via slurm-users wrote: I had exactly this problem : https://www.reddit.com/r/SLURM/comments/152ef0c/problems_installing_slurm/ Jul 16 11:28:31 occitest slurmd[54981]: slurmd: error: Couldn't find the specified plugin name for cgroup/v2 looking at all files Jul 16 11:

[slurm-users] Re: Slurmctld process error 'double free or corruption' on RHEL 9 (Rocky Linux)

2024-07-17 Thread William V via slurm-users
Hello Log when i want install without devel dnf install rpm-build gcc python3 openssl openssl-devel pam-devel numactl numactl-devel hwloc hwloc-devel munge munge-libs munge-devel lua lua-devel readline-devel rrdtool-devel ncurses-devel gtk2-devel libibmad libibumad perl-Switch perl-ExtUtils-Mak

[slurm-users] Re: Slurmctld process error 'double free or corruption' on RHEL 9 (Rocky Linux)

2024-07-17 Thread Ole Holm Nielsen via slurm-users
Hi William, Maybe you need to enable the CodeReady Linux Builder (CRB) repository for AlmaLinux/RockyLinux 9? Look for CRB in https://wiki.rockylinux.org/rocky/repo/ The command for EL9 is: dnf config-manager --set-enabled crb For EL8 enable this in stead: dnf config-manager --set-enabled p

[slurm-users] Re: Custom Plugin Integration

2024-07-17 Thread Daniel Letai via slurm-users
In the scenario you provide, you don't need anything special. You just have to configure a partition that is available only to you, and to no other account on the cluster. This partition will only include your hosts. All other partition will not include any

[slurm-users] Re: Slurmctld process error 'double free or corruption' on RHEL 9 (Rocky Linux)

2024-07-17 Thread William V via slurm-users
yes ! that work with crb repo Thanks -- slurm-users mailing list -- slurm-users@lists.schedmd.com To unsubscribe send an email to slurm-users-le...@lists.schedmd.com

[slurm-users] Re: Slurmctld process error 'double free or corruption' on RHEL 9 (Rocky Linux)

2024-07-17 Thread Ole Holm Nielsen via slurm-users
On 18-07-2024 08:15, William V via slurm-users wrote: yes ! that work with crb repo Thanks for the test, I'm glad the package installations works as expected now! I've corrected the repository documentation in the Wiki page at https://wiki.fysik.dtu.dk/Niflheim_system/Slurm_installation/#in