Skip to content
Snippets Groups Projects
Commit 8e4d6b42 authored by Danny Auble's avatar Danny Auble
Browse files

CRAY - If a job requests NPC make sure the step does as well.

parent 7c0eaaf3
No related branches found
No related tags found
No related merge requests found
......@@ -1746,6 +1746,8 @@ extern int select_p_step_start(struct step_record *step_ptr)
select_jobinfo_t *step_jobinfo = step_ptr->select_jobinfo->data;
select_nodeinfo_t *nodeinfo;
step_jobinfo->npc = jobinfo->npc;
if (!jobinfo->used_blades)
jobinfo->used_blades = bit_alloc(blade_cnt);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment