Sometimes, when I use ParallelEvaluate to define some functions on each parallel kernel, which use kernel specific constants, e.g.: ParallelEvaluate[ a=10; fun[x_]:=x^a; ] I would like to have the same function fun[x] defined on the controlling process as well as the subordinated kernels. So far, I just trivially copy-paste the same code and execute itRead more