> are there any new scoping issues raised by the use of parallelization? Are > variables in global scope automatically available to different processors?
(I'm no parallel expert.) The distributed parallel programming currently supported in Julia has completely separate scopes for each processor. For threaded parallel computing (once it lands) it will may be different but I don't know how.
