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

minor fix for emulating bgl system. will run on all partitions now.

parent 15665dea
No related branches found
No related tags found
No related merge requests found
......@@ -699,6 +699,7 @@ extern int start_job(struct job_record *job_ptr)
if ((!found_record->bgl_part_id)
|| (strcmp(part_id, found_record->bgl_part_id)))
continue;
found_record->job_running = 1;
found_record->node_use = node_use;
found_record->state = RM_PARTITION_READY;
last_bgl_update = time(NULL);
......
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