View | Details | Raw Unified | Return to ticket 8140
Collapse All | Expand All

(-)a/src/slurmd/slurmd/slurmd.c (-1 / +3 lines)
Lines 1639-1644 _slurmd_init(void) Link Here
1639
	slurm_conf_init(conf->conffile);
1639
	slurm_conf_init(conf->conffile);
1640
	init_node_conf();
1640
	init_node_conf();
1641
1641
1642
	/* clone slurmctld config into slurmd config */
1643
	conf->job_acct_oom_kill = slurmctld_conf.job_acct_oom_kill;
1644
1642
	if (slurm_select_init(1) != SLURM_SUCCESS)
1645
	if (slurm_select_init(1) != SLURM_SUCCESS)
1643
		return SLURM_ERROR;
1646
		return SLURM_ERROR;
1644
	if (gres_plugin_init() != SLURM_SUCCESS)
1647
	if (gres_plugin_init() != SLURM_SUCCESS)
1645
- 

Return to ticket 8140