Hi there, Is it possible to enable multiple worker processes when embedding Julia?
I am just trying to get my head around Julia's Parallel Computing and from the docs it is possible to do this via a command argument when starting julia ( -p n ) http://docs.julialang.org/en/release-0.4/manual/parallel-computing/ However, is this possible when creating a Julia instance from C? jl_init() does not take any relevant arguments and I have not managed to find anything in the docs that suggests a way to do so once Julia is initialized? What I am really after is running some Julia logic on a dedicated worker thread in parallel with our main Julia code. Many thanks, Chris
