Re: [slurm-users] hostlist members when calling resume and suspend with powersave

2023-10-06 Thread Marshall, John (SSC/SPC)
Hi, Ok. So I'll just take the list as a simple list of hosts and figure out how they relate (if at all). Thanks for your help. John From: slurm-users on behalf of Davide DelVento Sent: Friday, October 6, 2023 11:28 AM To: Slurm User Community List Subject:

Re: [slurm-users] hostlist members when calling resume and suspend with powersave

2023-10-06 Thread Davide DelVento
I don't think there is such a guarantee and in fact my reading of https://slurm.schedmd.com/power_save.html#images means that most likely the nodes can and will be mingled together and your script should untangle that. But as you probably guessed from my other message, I'm new to powersave in slur

[slurm-users] hostlist members when calling resume and suspend with powersave

2023-10-06 Thread Marshall, John (SSC/SPC)
Hi, When using powersaving and the cloud, do the hosts provided to the registered resume and suspend scripts all belong to the same job? IOW, for a particular invocation of the resume and suspend scripts, do the host lists contain hosts for more than one job? Thanks, John

Re: [slurm-users] auth_munge.so: Incompatible Slurm plugin version (21.08.8)

2023-10-06 Thread Julien Rey
Hello Rémy, Indeed, libdrmaa was linked against the wrong version of libslurm: ldd /usr/local/lib/libdrmaa.so.1.0.8     linux-vdso.so.1 =>  (0x7ffe17b8b000)     libslurm.so.36 => /usr/local/lib/libslurm.so.36 (0x7f237179f000)     libdl.so.2 => /lib64/libdl.so.2 (0x7f237159b000)     l

Re: [slurm-users] Slurm powersave

2023-10-06 Thread Ole Holm Nielsen
Hi Davide, On 10/5/23 15:28, Davide DelVento wrote: IMHO, "pretending" to power down nodes defies the logic of the Slurm power_save plugin. And it is sure useless ;) But I was using the suggestion from https://slurm.schedmd.com/power_save.html