Skip to content

No parallel computing under Windows #3

@Ede1994

Description

@Ede1994

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 Windows

If 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions