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

BLUEGENE - remove xassert

parent 2aec710b
No related branches found
No related tags found
No related merge requests found
...@@ -1525,7 +1525,7 @@ extern int bg_reset_block(bg_record_t *bg_record, struct job_record *job_ptr) ...@@ -1525,7 +1525,7 @@ extern int bg_reset_block(bg_record_t *bg_record, struct job_record *job_ptr)
error("Hey we are here with no jobs and we have only " error("Hey we are here with no jobs and we have only "
"%d usuable cpus. We should have %d!", "%d usuable cpus. We should have %d!",
num_unused_cpus, num_possible_unused_cpus); num_unused_cpus, num_possible_unused_cpus);
xassert(0); //xassert(0);
num_unused_cpus = num_possible_unused_cpus; num_unused_cpus = num_possible_unused_cpus;
} }
......
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