[slurm-users] Re: Bug? sbatch not respecting MaxMemPerNode setting

2024-09-04 Thread Brian Andrus via slurm-users
Angel, Unless you are using cgroups and constraints, there is no limit imposed. The numbers are used by slurm to track what is available, not what you may/may not use. So you could tell slurm the node only has 1GB and it will not let you request more than that, but if you do request only 1GB,

[slurm-users] Configuration for nodes with different TmpFs locations and TmpDisk sizes

2024-09-04 Thread Jake Longo via slurm-users
Hi, We have a number of machines in our compute cluster that have larger disks available for local data. I would like to add them to the same partition as the rest of the nodes but assign them a larger TmpDisk value which would allow users to request a larger tmp and land on those machines. The m

[slurm-users] Bug? sbatch not respecting MaxMemPerNode setting

2024-09-04 Thread Angel de Vicente via slurm-users
Hello, we found an issue with Slurm 24.05.1 and the MaxMemPerNode setting. Slurm is installed in a single workstation, and thus, the number of nodes is just 1. The relevant sections in slurm.conf read: , | EnforcePartLimits=ALL | PartitionName=short Nodes=. State=UP Default=YES Max

[slurm-users] Slurm Remote Task Launch

2024-09-04 Thread Bhaskar Chakraborty via slurm-users
Hello, I have a slurm job which needs to launch multiple tasks across the allocated hosts for the job. My criteria is that most of the tasks need to be launched from within the main task launchedby slurm in theĀ  launch compute node. So, if the allocated hosts are h1, h2 & h3 with h1 being the mai