Skip to content
Snippets Groups Projects
Commit ea483e30 authored by pat-alt's avatar pat-alt
Browse files

increased default neach

parent d8e5f114
No related branches found
No related tags found
1 merge request!8985 overshooting
...@@ -71,7 +71,7 @@ if any(contains.(ARGS, "n_each=")) ...@@ -71,7 +71,7 @@ if any(contains.(ARGS, "n_each="))
ARGS[findall(contains.(ARGS, "n_each="))][1] |> ARGS[findall(contains.(ARGS, "n_each="))][1] |>
x -> replace(x, "n_each=" => "") |> x -> parse(Int, x) x -> replace(x, "n_each=" => "") |> x -> parse(Int, x)
else else
n_each = 16 n_each = 32
end end
"Number of objects to pass to each process." "Number of objects to pass to each process."
......
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