Set up threaded ensemble simulations
use_threads.Rd
Specify the number of threads for ensemble simulations in Julia. This will not overwrite your current global setting for JULIA_NUM_THREADS.
Usage
use_threads(n = parallel::detectCores() - 1, stop = FALSE)
See also
Other simulate:
ensemble()
,
export_plot()
,
julia_setup_ok()
,
plot.sdbuildR_ensemble()
,
plot.sdbuildR_sim()
,
sim_specs()
,
simulate()
,
solvers()
,
use_julia()