[julia-users] NotShared Memory

2014-07-22 Thread Sebastian Vollmer
I can create shared variables like @everywhere i=1 but how do I create variables local to a worker. The only possibility is through RemoteRefs with take and put, but this seems overly complicated. What I have in mind is a problem where all the workers only need communicated with the main

[julia-users] NotShared Memory

2014-07-22 Thread Sebastian Vollmer
I would like to perform computations on the workers independently only the task assignment is scheduled from the main thread. Instead of passing each result as they come to the main thread I would like to store them on each worker on a local array. When all computations have finished I would