Closed LKremer closed 3 years ago
Hi there, thanks for making this tool! I'm currently trying it out and noticed that scMET uses only a single core even when I set n_cores to a higher number. Is this a bug or do I have to register the threads first (if so, how)? Cheers, Lukas
n_cores
n_cores will only take effect when using MCMC (so when use_mcmc = TRUE). It's used to run several MCMC chains in parallel
use_mcmc = TRUE
Ah, I see! Thanks
Hi there, thanks for making this tool! I'm currently trying it out and noticed that scMET uses only a single core even when I set
n_cores
to a higher number. Is this a bug or do I have to register the threads first (if so, how)? Cheers, Lukas