Hello!
I use Julia 1.0.2 on Atom. I’m trying to parallel my loop and there is a problem which I don’t understand. Parallel loops work great without functions inside. Also program work great on 1 worker with functions. And completely failed with functions. My test example:
As result I get LoadError: On worker 2:
UndefVarError: #fparall not defined:
Thanks, work! Sorry for such stupid questions, but sometimes documentation is as russians say: “one need half litre of vodka to understand”.
I hope that I find more relevant examples soon =)