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 7934332 commit 8df96e9Copy full SHA for 8df96e9
src/macros.jl
@@ -175,7 +175,8 @@ Errors on any of the processes are collected into a
175
176
@everywhere bar = 1
177
178
-will define `Main.bar` on all processes.
+will define `Main.bar` on all current processes. Any processes added later
179
+(say with [`addprocs()`](@ref)) will not have the expression defined.
180
181
Unlike [`@spawnat`](@ref), `@everywhere` does not capture any local variables.
182
Instead, local variables can be broadcast using interpolation:
0 commit comments