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

(-)a/src/slurmctld/step_mgr.c (-1 / +6 lines)
Lines 1991-1996 static void _step_dealloc_lps(step_record_t *step_ptr) Link Here
1991
	int i_node, i_first, i_last;
1991
	int i_node, i_first, i_last;
1992
	int job_node_inx = -1, step_node_inx = -1;
1992
	int job_node_inx = -1, step_node_inx = -1;
1993
1993
1994
	if (!job_resrcs_ptr) {
1995
		error("%s: job resources for step %pS is NULL",
1996
		      __func__, step_ptr);
1997
		return;
1998
	}
1999
1994
	xassert(job_resrcs_ptr);
2000
	xassert(job_resrcs_ptr);
1995
	xassert(job_resrcs_ptr->cpus);
2001
	xassert(job_resrcs_ptr->cpus);
1996
	xassert(job_resrcs_ptr->cpus_used);
2002
	xassert(job_resrcs_ptr->cpus_used);
1997
- 

Return to ticket 10980