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?
