We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d8362 commit 79a9a4aCopy full SHA for 79a9a4a
README.md
@@ -222,7 +222,7 @@ pool = parpool(c);
222
% List the hosts the workers are running on. For a small pool,
223
% all the workers will likely be on the same machine. For a large
224
% pool, the workers will be spread over multiple nodes.
225
-future = parfevalOnAll(p, @getenv, 1, 'HOST')
+future = parfevalOnAll(pool, @getenv, 1, 'HOST')
226
wait(future);
227
fetchOutputs(future)
228
0 commit comments