Closed itsdfish closed 6 years ago
Yes. There are still some issues with the broadcasting functionality in Julia 1.0. I'm working on fixing it.
I noticed there were some similarities with issue #159, but I wasn't sure to what extent this behavior is related. Hopefully it provides some useful information. Thank you for your hard work fixing the bugs.
Should be fixed by https://github.com/JuliaParallel/DistributedArrays.jl/pull/161
Hi all-
In the past, I was able to pass a variable with a distributedarray while using
map()
. Now I receive a perplexing error. Here is a minimum working example that produces the error in some cases, but not others:As you can see, I can add 1 to y and print it, but I cannot add it to the distributed array, assign another variable z to the value of y and use it, or manipulate it and return it. It works when I hardcode a value into the function, which is suboptimal.
Here is the error message:
I am using Ubuntu 16.04. Here is my Julia info: