Hi all,
Looks like using --config-server limits to 1 config server if I'm not
mistaken?
Specifying multiple --config-server will cause slurmd to consider only
the last one.
(A quick glance at the source seems to agree)
Any plan on accepting a second server via command line options?
Thanks & r
So it sounds like the simplest approach would be to remove libcons_common
from the make file and copy cons_common.[ch] into my project and provide my
own implementations in the appropriate functions in cons_common.c.
On Wed, Feb 26, 2020 at 6:12 AM Jeffrey T Frey wrote:
> Did you reuse the 20.0
Did you reuse the 20.02 select/cons_res/Makefile.{in,am} in your plugin's
source? You probably will have to re-model your plugin after the
select/cray_aries plugin if you need to override those two functions (it also
defines its own select_p_job_begin() and doesn't link against
libcons_common.
There was a major refactoring between the 19.05 and 20.02 code. Most of
the callbacks for select plugins were moved to cons_common. I have a
plugin for 19.05 that depends on two of those callbacks:
select_p_job_begin() and select_p_job_fini(). My plugin is a copy of the
select/cons_res plugin, b
Bright is not needed... for much of anything...
On 2/25/2020 12:48 PM, Robert Kudyba wrote:
I suppose I can ask Bright Computing but does anyone know what version
of Bright is needed? I would guess 8.2 or 9.0. Definitely want to dive
into this.
I suppose I can ask Bright Computing but does anyone know what version of
Bright is needed? I would guess 8.2 or 9.0. Definitely want to dive into
this.
On 2/25/20 11:41 AM, Dean Schulze wrote:
I'm very interested in the "configless" setup for slurm. Is the setup
for configless documented somewhere?
Looks like the website has already been updated for the 20.02
documentation, and it looks like it's here:
https://slurm.schedmd.com/configless
Hi Tim,
I'm very interested in the "configless" setup for slurm. Is the setup for
configless documented somewhere?
Dean Schulze
303.909.3245 mobile
On Tue, Feb 25, 2020 at 11:57 AM Tim Wickberg wrote:
> After 9 months of development and testing we are pleased to announce the
> availability o