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

fix thread starting

parent 73862599
No related branches found
No related tags found
No related merge requests found
...@@ -181,7 +181,7 @@ extern int update_partition_list() ...@@ -181,7 +181,7 @@ extern int update_partition_list()
char reason[128]; char reason[128];
int skipped_dealloc = 0; int skipped_dealloc = 0;
if(partitions_are_created) if(!partitions_are_created)
return 0; return 0;
if ((rc = rm_get_partitions_info(part_state, &part_list)) if ((rc = rm_get_partitions_info(part_state, &part_list))
......
...@@ -1365,6 +1365,7 @@ extern int read_bgl_conf(void) ...@@ -1365,6 +1365,7 @@ extern int read_bgl_conf(void)
fatal("Error, could not create the static partitions"); fatal("Error, could not create the static partitions");
return SLURM_ERROR; return SLURM_ERROR;
} }
debug("Partitions have finished being created.");
partitions_are_created = 1; partitions_are_created = 1;
return error_code; return error_code;
......
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