tidyverse / multidplyr

A dplyr backend that partitions a data frame over multiple processes
https://multidplyr.tidyverse.org
Other
641 stars 75 forks source link

Pass paramenters from create_cluster to parallel::makePSOCKcluster #23

Closed stanstrup closed 7 years ago

stanstrup commented 8 years ago

It would be nice to be able to pass parameters with "..." to makePSOCKcluster. As an example it would be nice to pass renice to create_cluster .

hadley commented 7 years ago

I'd prefer not to do this right now as it's likely that create_cluster() will use some other mechanism in the future.