Skip to content
Snippets Groups Projects
Commit 11d86cd2 authored by Christopher J. Morrone's avatar Christopher J. Morrone
Browse files

Fix typo

parent 1ca5c80c
No related branches found
No related tags found
No related merge requests found
...@@ -1476,7 +1476,7 @@ static bool _opt_verify(void) ...@@ -1476,7 +1476,7 @@ static bool _opt_verify(void)
if (!opt.num_nodes_set if (!opt.num_nodes_set
&& opt.num_tasks_set && opt.num_tasks < opt.num_nodes) && opt.num_tasks_set && opt.num_tasks < opt.num_nodes)
opt.num_nodes = opt.num_tasks; opt.num_nodes = opt.num_tasks;
if (opt.node_list if (opt.nodelist
&& opt.num_nodes != hostlist_count(hl_unique)) { && opt.num_nodes != hostlist_count(hl_unique)) {
if (opt.num_nodes > hostlist_count(hl_unique)) { if (opt.num_nodes > hostlist_count(hl_unique)) {
error("Asked for more nodes (%d) " error("Asked for more nodes (%d) "
......
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