Skip to content
Snippets Groups Projects
Commit 6be00762 authored by Moe Jette's avatar Moe Jette
Browse files

disable some debug messages

parent 32a7f547
No related branches found
No related tags found
No related merge requests found
...@@ -679,12 +679,12 @@ static int _task_layout_plane(slurm_step_layout_t *step_layout, ...@@ -679,12 +679,12 @@ static int _task_layout_plane(slurm_step_layout_t *step_layout,
return SLURM_ERROR; return SLURM_ERROR;
} }
#if(0)
/* debugging only */
for (i=0; i < step_layout->node_cnt; i++) { for (i=0; i < step_layout->node_cnt; i++) {
info("tasks[%d]: %u", i, step_layout->tasks[i]); info("tasks[%d]: %u", i, step_layout->tasks[i]);
} }
#if(0)
/* debugging only */
for (i=0; i < step_layout->node_cnt; i++) { for (i=0; i < step_layout->node_cnt; i++) {
info ("Host %d _plane_ # of tasks %u", i, step_layout->tasks[i]); info ("Host %d _plane_ # of tasks %u", i, step_layout->tasks[i]);
for (j=0; j<step_layout->tasks[i]; j++) { for (j=0; j<step_layout->tasks[i]; j++) {
......
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