SharedArray: localindexes() to use only worker processes by default #8913 Closed amitmurthy opened this Issue on Nov 6, 2014 · 0 comments Projects None yet Labels parallel Milestone No milestone Assignees No one assigned 1 participant @amitmurthy Notifications You’re not receiving notifications from this thread. @amitmurthy The Julia Language member amitmurthy commented on Nov 6, 2014 The shared array will be accessible from the master process, but localindexes() will only distribute over worker processes. This is to bring the work distribution behavior of shared array in line with other parallel methods like @parallel and pmap which use only workers by default. context: https://groups.google.com/d/msg/julia-dev/agAtfkkirbw/ZW0Taph7Er8J @amitmurthy amitmurthy added the parallel label on Nov 6, 2014 @amitmurthy amitmurthy referenced this issue on Nov 7, 2014 Merged localindexes() in shared array to only refer to workers by default #8926 @JeffBezanson JeffBezanson closed this in #8926 on Nov 10, 2014