Lawrence Hunsicker reported that Windows 10 is super slow in parallelization if .rprofile has options(mc.cores = parallel::detectCores()). The same line in a script is not a problem,
https://discourse.mc-stan.org/t/problem-parallelizing-rstanarm-loo/6433/10
I don't know what we can do for this in loo package, but I add this here if someone is hit by the same Windows bug.
Lawrence Hunsicker reported that Windows 10 is super slow in parallelization if
.rprofilehasoptions(mc.cores = parallel::detectCores()). The same line in a script is not a problem,https://discourse.mc-stan.org/t/problem-parallelizing-rstanarm-loo/6433/10
I don't know what we can do for this in
loopackage, but I add this here if someone is hit by the same Windows bug.