-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
I'm not sure it's actually feasible, but it would be great if Cuba.jl
could take advantage of parallelization capability of Cuba Library. Concurrency is achieved using fork
and wait
, but trying to increase the number of Cuba cores in Cuba.jl
, after having increased the number of Julia processes with addprocs
(without this, Cuba will spawn useless Julia processes), results in an undefined reference to fork
function.
schneiderfelipe