Hello,
We are enabling global power saving for slurm. This is our config. But we
are experiencing
an issue where Slurm is talking nodes out of power saving mode.
We are using config less and dynamic nodes.
Slurmctrld logs
2025-01-08T09:54:18.096] Cleared POWER_SAVE flag from nodes
dev3-cbf-debu
I believe in absence of other reasons, slurm assigns nodes to jobs in the
order they are listed in the partition definitions of slurm.conf -- perhaps
for whatever reason the node 41 appears first there, rather than 01?
On Thu, Jan 9, 2025 at 7:24 AM Dan Healy via slurm-users <
slurm-users@lists.sc
No, sadly there’s no topology.conf in use.
Thanks,
Daniel Healy
On Thu, Jan 9, 2025 at 8:28 AM Steffen Grunewald <
steffen.grunew...@aei.mpg.de> wrote:
> On Thu, 2025-01-09 at 07:51:40 -0500, Slurm users wrote:
> > Hello there and good morning from Baltimore.
> >
> > I have a small cluster wit
Hi Gérard,
happy new year!
slurm 21.08 is EOL and has many open CVEs. I would start right away with a
more current base, for example Ubuntu 24.04.
Otherwise I could also offer a PPA for 22.04:
https://launchpad.net/~staeglis/+archive/ubuntu/slurm-backports-24.05
Best,
Stefan
Am Donnerstag, 9
On Thu, 2025-01-09 at 07:51:40 -0500, Slurm users wrote:
> Hello there and good morning from Baltimore.
>
> I have a small cluster with 100 nodes. When the cluster is completely empty
> of all jobs, the first job gets allocated to node 41. In other clusters,
> the first job gets allocated to mode
Hello there and good morning from Baltimore.
I have a small cluster with 100 nodes. When the cluster is completely empty
of all jobs, the first job gets allocated to node 41. In other clusters,
the first job gets allocated to mode 01. If I specify node 01, the
allocation works perfectly. I have my
Even if the content of the $job data structure is the same, perl does not
enumerate hashes in a predictable order, so the individual outputs might be
different order for the same data structure.
If you add:
local $Data::Dumper::SortKeys = 1;
below the “use Data::Dumper” line, you might find yo
To debug shell scripts try running with the -x flag ???
On Thu, Jan 9, 2025, 10:51 AM Gérard Henry (AMU) via slurm-users <
slurm-users@lists.schedmd.com> wrote:
> Hello all and happy new year,
>
> i have installed slurm 21.08 on ubuntu 22 LTS, and database for
> accounting on a remote machine run
Hello all and happy new year,
i have installed slurm 21.08 on ubuntu 22 LTS, and database for
accounting on a remote machine running same release.
I got seff from:
https://support.schedmd.com/show_bug.cgi?id=1611
but, there are errors:
Use of uninitialized value $ncpus in numeric eq (==) at /u