Skip to content
Snippets Groups Projects
Commit a25d37c0 authored by Brian Christiansen's avatar Brian Christiansen
Browse files

Fix bluegene build.

parent 3f6a4720
No related branches found
No related tags found
No related merge requests found
...@@ -478,8 +478,8 @@ static bg_record_t *_find_matching_block(List block_list, ...@@ -478,8 +478,8 @@ static bg_record_t *_find_matching_block(List block_list,
& DEBUG_FLAG_BG_PICK) { & DEBUG_FLAG_BG_PICK) {
convert_num_unit( convert_num_unit(
(float)bg_record->cpu_cnt, (float)bg_record->cpu_cnt,
tmp_char, tmp_char, sizeof(tmp_char),
sizeof(tmp_char), UNIT_NONE, UNIT_NONE, NO_VAL,
CONVERT_NUM_UNIT_EXACT); CONVERT_NUM_UNIT_EXACT);
info("block %s CPU count (%u) " info("block %s CPU count (%u) "
"not suitable, asking for %u-%u", "not suitable, asking for %u-%u",
......
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