[slurm-users] Re: Discrepancy in TmpDisk values between scontrol and sinfo in Slurm24.05.3

2025-01-11 Thread megan4slurm--- via slurm-users
Hi Gizo,

This issue has already been fixed and will be available in 24.11.1. Here is the 
ticket it was fixed in:
https://support.schedmd.com/show_bug.cgi?id=21688

Regards,
Megan

-- 
slurm-users mailing list -- slurm-users@lists.schedmd.com
To unsubscribe send an email to slurm-users-le...@lists.schedmd.com


[slurm-users] Re: Preemption question

2025-03-30 Thread megan4slurm--- via slurm-users
Hi Kamil,

It is possible to set all QOS's "Preempt" value with two sacctmgr commands. For 
example, if all the existing QOS have PreemptMode as "cluster", which seems 
likely if this is the first time QOS preemption is being set up, then you can 
set the PreemptMode of the targeted QOS to "suspend" followed by using a second 
sacctmgr command to add that QOS to the "Preempt" list of all the rest:
> $ sacctmgr show qos format=name,preempt,preemptmode
>   NamePreempt PreemptMode
> -- -- ---
> normalcluster
>   highcluster
>lowcluster
> $ sacctmgr update qos where name=low set PreemptMode="suspend"
>  Modified qos...
>   low
> Would you like to commit changes? (You have 30 seconds to decide)
> (N/y): y
> $ sacctmgr show qos format=name,preempt,preemptmode
>   NamePreempt PreemptMode
> -- -- ---
> normalcluster
>   highcluster
>lowsuspend
> $ sacctmgr update qos where PreemptMode=cluster set Preempt=+low
>  Modified qos...
>   normal
>   high
> Would you like to commit changes? (You have 30 seconds to decide)
> (N/y): y
> $ sacctmgr show qos format=name,preempt,preemptmode
>   NamePreempt PreemptMode
> -- -- ---
> normallow cluster
>   highlow cluster
>lowsuspend

Regards,
--Megan

-- 
slurm-users mailing list -- slurm-users@lists.schedmd.com
To unsubscribe send an email to slurm-users-le...@lists.schedmd.com


[slurm-users] Re: Using more cores/CPUs that requested with sbatch

2025-03-25 Thread megan4slurm--- via slurm-users
Hello Gestió,

Yes, slurm can restrict the resources that are available to the job using 
cgroups. I accidentally send my first reply as a separate email in this mailing 
list, which you can find here:
https://lists.schedmd.com/mailman3/hyperkitty/list/slurm-users@lists.schedmd.com/thread/IJHBUWOU5NPZQK7NYUZODTIZJRLLM3H4/

Sorry about that,
--Megan

-- 
slurm-users mailing list -- slurm-users@lists.schedmd.com
To unsubscribe send an email to slurm-users-le...@lists.schedmd.com