l***@gmail.com
2015-07-29 21:24:55 UTC
Parallel threads has stopped working for me. Any ideas ?
Code using addprocs and @everywhere include has stopped working (is broken)
on one machine. Code that used to work now causes a number of varying
errors to be printed, crashes, runaway processes, etc. when it is loaded.
Both a recent v0.4 and a 2 month old version that did run the code in the
past cause the failure. The same code on a different machine continues to
run normally. Maybe my user Julia environment has a problem ? Or maybe I
upgraded a system library ?
If I use just 2 processes, the code will sometimes both load and run
correctly.
A minimal example
test.jl
------
using Distributions
------
signal (11): Segmentation fault
unknown function (ip: 0x7f235c7ffd98)
jl_module_import at /usr/local/julia-0.4a/bin/../lib/julia/libjulia.so
(unknown line)
etc.
I am running unstable debian linux.
Thanks, John
Code using addprocs and @everywhere include has stopped working (is broken)
on one machine. Code that used to work now causes a number of varying
errors to be printed, crashes, runaway processes, etc. when it is loaded.
Both a recent v0.4 and a 2 month old version that did run the code in the
past cause the failure. The same code on a different machine continues to
run normally. Maybe my user Julia environment has a problem ? Or maybe I
upgraded a system library ?
If I use just 2 processes, the code will sometimes both load and run
correctly.
A minimal example
test.jl
------
using Distributions
------
julia -p 4
@everywhere include("test.jl")
WARNING: replacing module Distributions ( 4 times )@everywhere include("test.jl")
signal (11): Segmentation fault
unknown function (ip: 0x7f235c7ffd98)
jl_module_import at /usr/local/julia-0.4a/bin/../lib/julia/libjulia.so
(unknown line)
etc.
I am running unstable debian linux.
Thanks, John