with the syntax defined in the user manual for distributed arrays:

DArray(init, dims[, procs, dist])

is there a way to have the init function accept additional parameters?

so instead of having 

function foo(I)

  do something

end

but

function  foo(I, a, b)

  do something

end


or should I simply go with the @everywhere macro?

Reply via email to