Skip to content
#

slurm

Here are 405 public repositories matching this topic...

HenrikBengtsson
HenrikBengtsson commented Jan 21, 2019

Just like parallel::makePSOCKCluster() sets up a SOCKcluster object of SOCKnode workers, I think it would not be too complicated(*) to provide CMQcluster and CMQnode alternatives for clustermq.
For instance,

cl <- clustermq::makeClusterMCQ("sge")
y <- parallel::parLapply(1:10, FUN = sqrt)
parallel::stopCluster(cl)

(*) Roughly, S3 methods for generic functions such a

Improve this page

Add a description, image, and links to the slurm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the slurm topic, visit your repo's landing page and select "manage topics."

Learn more