mlr-org / parallelMap

R package to interface some popular parallelization backends with a unified interface
https://parallelmap.mlr-org.com
Other
57 stars 14 forks source link

R sessions not terminated with paralleStop in multicore mode #55

Closed pazthy closed 5 years ago

pazthy commented 6 years ago

We are running parallelMap with som mlr functions in the structure:

parallelStartMulticore(parallel::detectCores())

l_ply(seq(100),function(x){

makeResampleDesc

...

}

)
parallelStop()

We observe that not all the R processes are stopped in some of the iterations, and at the end of the 100 iterations we have a number of R processes that do not terminate.

jakob-r commented 6 years ago

Can you provide a minimal working example? Did you activate parallelism in plyr?

pat-s commented 5 years ago

Hi, in this case we need a reproducible example, preferably using the reprex package.

Since this issue is already more than 1 year old and we had no similar complains, I'll close here.