Hi all,

I execute a function thousands of times and it happens that julia keeps not 
responding, using 0% of CPU.
The only way to get out is to kill the process.

Julia main script calls Pygmo using Pycall (optim/evolution python wrapper 
for Pagmo C library).
Pygmo then calls a julia function doing mainly matrix inversion and basic 
operations (size up to 800x50, blas threads set to 1), updating some 
variables for details archiving then sending back the fitness to Pygmo to 
evolve current population of individuals.

Do you have any hints where it could come from or to limit risks it happens 
?

I have looked in julia-users and julia-devs for terms hang, idle but did 
not found anything.
I do not know how to properly name this.

Thanks in advance,

Jojo


Reply via email to