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

(-)a/src/slurmctld/job_mgr.c (+1 lines)
Lines 15162-15167 void batch_requeue_fini(struct job_record *job_ptr) Link Here
15162
	job_ptr->pre_sus_time = 0;
15162
	job_ptr->pre_sus_time = 0;
15163
	job_ptr->suspend_time = 0;
15163
	job_ptr->suspend_time = 0;
15164
	job_ptr->tot_sus_time = 0;
15164
	job_ptr->tot_sus_time = 0;
15165
	job_ptr->preempt_time = 0;
15165
	/* Current code (<= 2.1) has it so we start the new job with the next
15166
	/* Current code (<= 2.1) has it so we start the new job with the next
15166
	 * step id.  This could be used when restarting to figure out which
15167
	 * step id.  This could be used when restarting to figure out which
15167
	 * step the previous run of this job stopped on. */
15168
	 * step the previous run of this job stopped on. */

Return to ticket 7500