-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Functions inside pmap call can't see SharedArrays unless preceded by @async #14399
Comments
|
Same as #13756 |
Closed by #19594 |
is there a test for this? |
This and the others you reported - Lines 1392 to 1422 in 1303dfb
|
Generally they were all manifestations of the same issue. |
I don't know if this is a feature or a bug. Functions used inside a
pmap
call can only see SharedArrays when thepmap
call is preceded by@async
. To replicate, be sure to start Julia with more than one process (e.g.,julia -p 2
):I can also replicate this on Julia v0.3.9.
The text was updated successfully, but these errors were encountered: