[slurm-users] Re: sinfo not listing any partitions

2024-11-28 Thread Patrick Begou via slurm-users
Hi Kent, on your management node could you run: systemctl status slurmctld and check your 'Nodename=' and 'PartitionName=...' in /etc/slurm.conf ? In my slurm.conf I have a more detailed description and the Nodename Keyword start with an upper case (do'nt know if slurm.conf is case sensit

[slurm-users] Non-intiutive rank placement/CPU masking

2024-11-28 Thread Ohlerich, Martin via slurm-users
Dear * , I've some question for understanding. Essentially, I use the following job script: ---> #!/bin/bash #SBATCH -J srun_test #SBATCH --time=0:02:00 #SBATCH --export=NONE #SBATCH --partition=test #SBATCH --nodes=2 #SBATCH -o ./%x.%j.out #SBATCH -D . srun --export=a