search for: fjaeger

Displaying 3 results from an estimated 3 matches for "fjaeger".

Did you mean: jaeger
2018 Feb 11
1
makeCluster hangs
...t; * Try with cl <- future::makeClusterPSOCK(1L, verbose = TRUE), which > gives the same thing, but it also show you some details on what it > does internally; that may give some clues where it stalls. > > /Henrik > > On Sat, Feb 10, 2018 at 12:11 PM, T. Florian Jaeger > <fjaeger at ur.rochester.edu> wrote: >> Hi all, >> >> I can't get the functionality of the package parallel to work. Specifically, >> makeCluster() hangs when I run it. I first noticed the problem when trying >> to run Rstan with multiple cores and the traced it back to...
2018 Feb 10
2
makeCluster hangs
Hi all, I can't get the functionality of the package parallel to work. Specifically, makeCluster() hangs when I run it. I first noticed the problem when trying to run Rstan with multiple cores and the traced it back to the core package parallel. The following results in R hanging after the call to makeCluster. library(parallel) # Calculate the number of cores no_cores <-
2018 Feb 10
0
makeCluster hangs
...r, i.e. parallel::makeCluster(1L). * Try with cl <- future::makeClusterPSOCK(1L, verbose = TRUE), which gives the same thing, but it also show you some details on what it does internally; that may give some clues where it stalls. /Henrik On Sat, Feb 10, 2018 at 12:11 PM, T. Florian Jaeger <fjaeger at ur.rochester.edu> wrote: > Hi all, > > I can't get the functionality of the package parallel to work. Specifically, > makeCluster() hangs when I run it. I first noticed the problem when trying > to run Rstan with multiple cores and the traced it back to the core package &gt...