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

remove an info statement

parent 2806cf13
No related branches found
No related tags found
No related merge requests found
...@@ -134,9 +134,7 @@ static int _find_best_block_match(struct job_record* job_ptr, ...@@ -134,9 +134,7 @@ static int _find_best_block_match(struct job_record* job_ptr,
SELECT_DATA_ROTATE, &rotate); SELECT_DATA_ROTATE, &rotate);
select_g_get_jobinfo(job_ptr->select_jobinfo, select_g_get_jobinfo(job_ptr->select_jobinfo,
SELECT_DATA_MAX_PROCS, &max_procs); SELECT_DATA_MAX_PROCS, &max_procs);
info("Asking for nodes %s, %d-%d %d procs %d-%d req_geometry = %d",
job_ptr->details->req_nodes, min_nodes, req_nodes, max_nodes,
req_procs, max_procs, req_geometry[0]);
if(req_geometry[0] != 0 && req_geometry[0] != (uint16_t)NO_VAL) { if(req_geometry[0] != 0 && req_geometry[0] != (uint16_t)NO_VAL) {
target_size = 1; target_size = 1;
for (i=0; i<BA_SYSTEM_DIMENSIONS; i++) for (i=0; i<BA_SYSTEM_DIMENSIONS; i++)
......
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