You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parallel computing is on. Analyzing data using 3 cores/threads of CPU...
Error in makePSOCKcluster(names = spec, ...) :
Cluster setup failed. 3 worker of 3 failed to connect.
I am using macOS 11.2.2 with R 4.0.2 and assignPOP 1.2.2. Is that something wrong with my operation system as it seems not able to use the 3 cores? I also tried with processors=1 but got the same error message.
Thank you for sharing the tool and thanks in advance for your help!
Sincerely,
Peiwen
The text was updated successfully, but these errors were encountered:
I did a quick search for your error message. It seems like an issue between RStudio and the "parallel" library. rstudio/rstudio#6692
Not sure if it has to do with your operating system, but I would try to set the argument "multiprocess=FALSE" in the function to turn off parallel computing (instead of using processors = 1) and see if it works.
Hi,
I am getting the same error message when using assign.MC() and assign.kfold():
The error message is:
I am using macOS 11.2.2 with R 4.0.2 and assignPOP 1.2.2. Is that something wrong with my operation system as it seems not able to use the 3 cores? I also tried with
processors=1
but got the same error message.Thank you for sharing the tool and thanks in advance for your help!
Sincerely,
Peiwen
The text was updated successfully, but these errors were encountered: