i'm struggling with the following.
I use ParallelTable and it works transparently as it automatically distributes the needed definitions.
However, I run into problems if inside ParallelTable I call a package with Get["code/example.m"].
For example, the value of const which was set in the master kernel is not propagated in the evaluation of Get["code/example.m"].
f[x]over a range ofx. And in order to calculatef[x]I have toGetthe *.m package. – Valerio Feb 21 at 15:35DistributeDefinitions["Global"]` just before the `ParallelTable'. – Valerio Feb 21 at 16:21