Skip to content
#

sge

Here are 57 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

Longbow is a tool for automating simulations on a remote HPC machine. Longbow is designed to mimic the normal way an application is run locally but allows simulations to be sent to powerful machines.

  • Updated Jan 13, 2020
  • Python

Improve this page

Add a description, image, and links to the sge 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 sge topic, visit your repo's landing page and select "manage topics."

Learn more