Open Dom-DC opened 5 years ago
@Dom-DC would you mind showing us what the error backtrace looks like? Additionally, have you tried running this on Julia 1.2 or 1.3/master, where threading is more robust?
Yes, please try this again and in particular using the new multithreading support, see example in file examples/multithreaded_optimization.jl
Hi, I've encountered a problem when trying to run BBO inside a threaded loop on my Linux machine running Julia 1.0.1. After starting Julia with multiple threads (and verifying that they're running) I constructed the MWE below. If I remove the "Threads.@threads" part from the code it runs without any issues but once I activate it the code returns all sorts of Errors arising in the threaded loop.