Re: [julia-users] Re: Possible bug: very slow module load after addprocs()

2016-07-20 Thread Marius Millea
Done, see https://github.com/JuliaLang/julia/issues/17509 On Wednesday, July 20, 2016 at 5:21:23 PM UTC+2, Cedric St-Jean wrote: > > That does look suspicious. Maybe file an issue if there isn't one? > > On Wed, Jul 20, 2016 at 4:31 AM, Marius Millea > wrote: > >> I

Re: [julia-users] Re: Possible bug: very slow module load after addprocs()

2016-07-20 Thread Cedric St-Jean
That does look suspicious. Maybe file an issue if there isn't one? On Wed, Jul 20, 2016 at 4:31 AM, Marius Millea wrote: > I don't think that theory totally works, it seems to scale to some extent > with the length of time to load the package itself. Another example: > >

Re: [julia-users] Re: Possible bug: very slow module load after addprocs()

2016-07-20 Thread Marius Millea
I don't think that theory totally works, it seems to scale to some extent with the length of time to load the package itself. Another example: julia> tic(); using PyPlot; toc() elapsed time: 3.395904233 seconds vs julia> addprocs(); julia> tic(); using PyPlot; toc() elapsed time: 13.877550518