Re: [Rd] makeCluster Stall on 32-bit Windows

2018-06-14 Thread Henric Winell
Hi Dario, On 2018-06-14 14:00, Dario Strbenac wrote: Good day, I'm trying the example cl <- makeCluster(2, type = "SOCK") Why use the 'snow' package and not 'parallel'? from the makeCluster documentation and the R command prompt never returns. I am using a 32-bit Windows 10 computer. The p

[Rd] makeCluster Stall on 32-bit Windows

2018-06-14 Thread Dario Strbenac
Good day, I'm trying the example cl <- makeCluster(2, type = "SOCK") from the makeCluster documentation and the R command prompt never returns. I am using a 32-bit Windows 10 computer. The problem doesn't happen on another 64-bit Windows 10 computer but does happen on another 32-bit Windows 7 c