-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I've tried the following lien of code:
stats <- lme_mass_fit_vw(X, Zcols, Y, ni, numcore=8)and get this error:
Error in parallel::mclapply(c(1:nv), build_the_model, Y, X, Xcols, Zcols, :
'mc.cores' > 1 is not supported under WindowsIf I omit numcores, i.e. only work with one core (without parallel computing), then the code runs, but takes a very long time. Is there a way to use parallel computing under Windows as well? Or what other alternatives are there?
PS: I am not that experienced in R, only in Python.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels