Skip to content

Commit

Permalink
Fix typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcave authored Oct 11, 2022
1 parent ce2d25b commit 876144d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ pool = parpool(c);
% List the hosts the workers are running on. For a small pool,
% all the workers will likely be on the same machine. For a large
% pool, the workers will be spread over multiple nodes.
future = parfevalOnAll(p, @getenv, 1, 'HOST')
future = parfevalOnAll(pool, @getenv, 1, 'HOST')
wait(future);
fetchOutputs(future)
Expand Down

0 comments on commit 876144d

Please sign in to comment.