On Thursday, August 27, 2015 at 10:53:47 AM UTC-4, Nils Gudat wrote: > > Great, this does the trick! So as a general rule, for parallel processing > the way to go would be > 1. addprocs() > 2. import all modules used > 3. @everywhere include auxiliary files such as function definitions, > which should include a using statement for all modules so that they are > in the namespace of each worker > > Is this broadly speaking correct? >
Yes.
