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

Collapse All | Expand All

(-)a/src/slurmctld/step_mgr.c (+3 lines)
Lines 2071-2076 static void _step_dealloc_lps(struct step_record *step_ptr) Link Here
2071
	int i_node, i_first, i_last;
2071
	int i_node, i_first, i_last;
2072
	int job_node_inx = -1, step_node_inx = -1;
2072
	int job_node_inx = -1, step_node_inx = -1;
2073
2073
2074
	if (!job_resrcs_ptr)
2075
		return;
2076
2074
	xassert(job_resrcs_ptr);
2077
	xassert(job_resrcs_ptr);
2075
	xassert(job_resrcs_ptr->cpus);
2078
	xassert(job_resrcs_ptr->cpus);
2076
	xassert(job_resrcs_ptr->cpus_used);
2079
	xassert(job_resrcs_ptr->cpus_used);

Return to ticket 5438