From 7b90d1b530f05556d81a27f2debf4d257c39c433 Mon Sep 17 00:00:00 2001 From: Alejandro Sanchez <alex@schedmd.com> Date: Tue, 7 May 2019 11:25:36 +0200 Subject: [PATCH] Remove misleading comment clause that only applied for BlueGene systems. Bug 6783 comment 35. --- src/slurmd/slurmd/slurmd.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/slurmd/slurmd/slurmd.c b/src/slurmd/slurmd/slurmd.c index e6522b0ef02..4bf62563143 100644 --- a/src/slurmd/slurmd/slurmd.c +++ b/src/slurmd/slurmd/slurmd.c @@ -1600,10 +1600,7 @@ _slurmd_init(void) */ slurm_conf_init(conf->conffile); init_node_conf(); - /* - * slurm_select_init() must be called before - * build_all_nodeline_info() to be called with proper argument. - */ + if (slurm_select_init(1) != SLURM_SUCCESS) return SLURM_ERROR; if (gres_plugin_init() != SLURM_SUCCESS) -- GitLab