Try something like
for p in workers()
remotecall_wait(p, eval, :(using Images))
remotecall_wait(p, eval, :(using ImageMagick))
end
and see if that helps. If that works and what you tried earlier doesn't,
please file an issue.
--Tim
On Tuesday, February 02, 2016 08:21:56 PM Abhinanda Ranjit wrote:
> Hi Musfir,
>
> Tried that already. Still doesn't work.
>
> On Wednesday, January 27, 2016 at 9:37:54 AM UTC+5:30, Musfir Mohammed
>
> wrote:
> > Hi
> > It looks to me like the package images and ImageMagick have not been
> > imported "import" prior to "using".
> > As I understand import doesn't make the exported functions available in
> > the namespace of each worker, where we call the using.