View | Details | Raw Unified | Return to ticket 6369 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/slurmctld/step_mgr.c (+2 lines)
Lines 2077-2082 static void _step_dealloc_lps(struct step_record *step_ptr) Link Here
2077
2077
2078
	if (step_ptr->step_layout == NULL)	/* batch step */
2078
	if (step_ptr->step_layout == NULL)	/* batch step */
2079
		return;
2079
		return;
2080
	if (!job_resrcs_ptr)
2081
		return;
2080
2082
2081
	i_first = bit_ffs(job_resrcs_ptr->node_bitmap);
2083
	i_first = bit_ffs(job_resrcs_ptr->node_bitmap);
2082
	i_last  = bit_fls(job_resrcs_ptr->node_bitmap);
2084
	i_last  = bit_fls(job_resrcs_ptr->node_bitmap);

Return to ticket 6369