Re: [julia-users] Julia 0.5 precompilation failures

2016-10-21 Thread Rohit Varkey Thankachan
Oops! Thanks! I put __precompile__() before the module definitions in both Foo.jl and Bar.jl. The problem is still there though. - Rohit On Friday, 21 October 2016 17:23:16 UTC-4, Michele Zaffalon wrote: > > I am not sure if this is the reason, but the manual ( > http://docs.julialang.org/en/r

Re: [julia-users] Julia 0.5 precompilation failures

2016-10-21 Thread Michele Zaffalon
I am not sure if this is the reason, but the manual ( http://docs.julialang.org/en/release-0.5/manual/modules/) says you should put _precompile_() before the module starts. On Fri, Oct 21, 2016 at 10:56 PM, Rohit Varkey Thankachan < rohitvar...@gmail.com> wrote: > Hi, > > I've been trying to use

[julia-users] Julia 0.5 precompilation failures

2016-10-21 Thread Rohit Varkey Thankachan
Hi, I've been trying to use julia on one of my university machines and having precompilation issues. The machine runs Linux x84_46 and I'm using the 0.5 generic linux binary. I was trying to use JLD.jl and kept getting precompilation failures for HFD5. On trying to do `using HDF5` in the REPL,