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
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
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
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,