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

Collapse All | Expand All

(-)a/src/plugins/select/cons_common/job_test.c (-2 / +2 lines)
Lines 1776-1782 static int _wrapper_job_res_rm_job(void *x, void *arg) Link Here
1776
	 * We might not had overlapped the main hetjob component partition, but
1776
	 * We might not had overlapped the main hetjob component partition, but
1777
	 * we might need these nodes.
1777
	 * we might need these nodes.
1778
	 */
1778
	 */
1779
	bit_or(wargs->node_map, job_ptr->node_bitmap);
1779
	if (job_ptr->het_job_id)
1780
		bit_or(wargs->node_map, job_ptr->node_bitmap);
1780
1781
1781
	return 0;
1782
	return 0;
1782
}
1783
}
1783
- 

Return to ticket 9707