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

Collapse All | Expand All

(-)a/src/slurmctld/step_mgr.c (+6 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
		error("%s: job_resrcs_ptr is NULL for job %u",
2076
		      __func__, job_ptr->job_id);
2077
		return;
2078
	}
2079
2074
	xassert(job_resrcs_ptr);
2080
	xassert(job_resrcs_ptr);
2075
	xassert(job_resrcs_ptr->cpus);
2081
	xassert(job_resrcs_ptr->cpus);
2076
	xassert(job_resrcs_ptr->cpus_used);
2082
	xassert(job_resrcs_ptr->cpus_used);

Return to ticket 5447