Completely possible with SharedArrays, see http://docs.julialang.org/en/latest/manual/parallel-computing/#shared-arrays
--Tim On Sunday, August 09, 2015 02:41:42 PM Júlio Hoffimann wrote: > Hi, > > Suppose I have a complicated but embarrassingly parallel loop, > namely: > https://github.com/juliohm/ImageQuilting.jl/blob/master/src/iqsim.jl#L167 > > How would you dispatch the iterations so that all cores in the client > computer are busy working? There is any construct in the language for that > usual scenario? > > -Júlio