Thank you for this excellent package. I understand from the documentation that "whether worker execution is multi-threaded will depend on your operating system." But for my users, it would be very helpful to be able to control the number of threads when creating a worker, so the users don't need to know about and bother with system environment variables.
With Distributed.jl, one can do this. E.g.:
addprocs(1, exeflags="-t4")
creates a new, four-threaded instance.
Might the same functionality be added to Malt.jl?
Thank you for this excellent package. I understand from the documentation that "whether worker execution is multi-threaded will depend on your operating system." But for my users, it would be very helpful to be able to control the number of threads when creating a worker, so the users don't need to know about and bother with system environment variables.
With Distributed.jl, one can do this. E.g.:
creates a new, four-threaded instance.
Might the same functionality be added to Malt.jl?