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

Fix typo in comment.

parent b86d4238
No related branches found
No related tags found
No related merge requests found
...@@ -348,7 +348,7 @@ _pick_step_nodes (struct job_record *job_ptr, step_specs *step_spec ) { ...@@ -348,7 +348,7 @@ _pick_step_nodes (struct job_record *job_ptr, step_specs *step_spec ) {
nodes_picked = bit_alloc (bit_size (nodes_avail) ); nodes_picked = bit_alloc (bit_size (nodes_avail) );
/* if user specifies step needs a specific processor count and */ /* if user specifies step needs a specific processor count and */
/* all nodeshave the same processor count, just translate this to */ /* all nodes have the same processor count, just translate this to */
/* a node count */ /* a node count */
if (step_spec->cpu_count && (job_ptr->num_cpu_groups == 1)) { if (step_spec->cpu_count && (job_ptr->num_cpu_groups == 1)) {
i = (step_spec->cpu_count + (job_ptr->cpus_per_node[0] - 1) ) i = (step_spec->cpu_count + (job_ptr->cpus_per_node[0] - 1) )
......
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