Skip to content
#

sge

Here are 50 public repositories matching this topic...

nextflow
twbattaglia
twbattaglia commented Jan 7, 2020

New feature

Ability to specify the Compute Engine disk type (pd-standard or local-SSD) found in the new Cloud Life Sciences API (https://cloud.google.com/life-sciences/docs/reference/rpc/google.cloud.lifesciences.v2beta#disk).

Usage scenario

Job's that require a high input/output operations per second and lower latency (https://cloud.google.com/compute/docs/disks/local-ssd).

S

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 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

You can’t perform that action at this time.