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

BGQ - changed default from NO_VAL to 0

parent 0154de8b
No related branches found
No related tags found
No related merge requests found
......@@ -69,8 +69,8 @@ extern select_jobinfo_t *alloc_select_jobinfo()
jobinfo->reboot = (uint16_t) NO_VAL;
jobinfo->rotate = (uint16_t) NO_VAL;
jobinfo->magic = JOBINFO_MAGIC;
jobinfo->block_cnode_cnt = NO_VAL;
jobinfo->cnode_cnt = NO_VAL;
jobinfo->block_cnode_cnt = 0;
jobinfo->cnode_cnt = 0;
/* This bitstr is created when used. */
//jobinfo->units_avail = bit_alloc(bg_conf->mp_cnode_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