On Tuesday, May 27, 2014 05:05:21 PM Kuba Roth wrote: > I think what i was missing is @everywhere macro which allows to > simultaneously define function on all julia instances.
Yep, you figured it out. Also, if you `require` a file (or equivalently, say `using` or `import`) it will be loaded in all processes. --Tim
