On 2022/05/25 03:08, Marko Markoc wrote:
I have been successfully building slurm RPMs for our environment using
rpmbuild and .rpmmacros to set up our custom sysconfdir. This has stopped
working for me with versions 21.08.7 and 21.08.8. RPMs are created but
sysconfdir is set up to default /etc/sl
Hi Marko,
I have had a very similar issue with setting up a custom path for the
Slurm configuration files when using the '%_sysconfdir' macro in
.rpmmacros, but this also happened with version 21.08.6 to me.
Does it work for you if you use '%_slurm_sysconfdir' instead of
'%_sysconfdir' macro in
Hi,
I have been successfully building slurm RPMs for our environment using
rpmbuild and .rpmmacros to set up our custom sysconfdir. This has stopped
working for me with versions 21.08.7 and 21.08.8. RPMs are created but
sysconfdir is set up to default /etc/slurm one. 21.08.6 is the last version
th
SchedMD will be hosting the Slurm User Group Meeting 2022 (SLUG'22)
in-person at Brigham Young University in Provo, Utah, this fall on
October 19 - 20th.
Additional details will be sent out as the scheduled is finalized, but
at this time we want to open up the call for abstracts:
You are inv
Hello,
I have a small cluster of 4 nodes. I'm seeing jobs fail on two nodes
with this written to slurm-*.out:
less 1x1x1_220524_121358/slurm-1368_1.out
srun: error: Unable to resolve "node012": Unknown server error
srun: error: fwd_tree_thread: can't find address for host node012, check
slurm.
Hi;
We don't modify /use SuspendExcNodes parameter, and even the Slurm
power-saving feature at all. Because of this, we don't reconfigure
slurm. We use our script as a separate solution.
You can find the script on my githup page:
https://github.com/mercanca/powerSave
But I did not add enoug
Hello,
Thank you for your answer, I would be interested in your script for inspiration.
Updating SuspendExcNodes seemed like a good idea but I realized that SLURM has
to be reconfigured after each change of this parameter because it is part of
the configuration.
I don't know if re-configuring SL