sge
Here are 50 public repositories matching this topic...
-
Updated
Nov 6, 2019 - Python
With future.batchtools and other wrappers, it become a bit tricky to track down where errors are coming from when running in batch mode. For instance, I got some:
Error : BatchtoolsError in BatchtoolsFuture ('future_lapply-1'): 'Work dir does not exist'
I wasn't sure if that was from the scheduler or batchtools, but it turns out it's from here:
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
Condor as scheduler
-
Updated
May 6, 2020 - R
-
Updated
Jul 11, 2020 - Perl
Documentation, etc.
In order to help others understand how our package works, we have set goals for the way our package is organized, branded, documented, and produces output. This epic will hopefully bring some of those ideas together.
Finish Tools Module
-
Updated
Apr 9, 2019 - MATLAB
dl_poly integration
Add support for dl_poly users
-
Updated
Feb 1, 2019 - Python
-
Updated
Mar 21, 2020 - R
-
Updated
Jun 5, 2020 - Python
-
Updated
Sep 14, 2017 - Python
-
Updated
Aug 17, 2019 - Python
-
Updated
May 31, 2017 - Python
-
Updated
May 8, 2019 - Python
-
Updated
May 22, 2020 - Shell
-
Updated
Aug 6, 2018 - Python
therefore if the config hasn't changed, the job name should stay the same if cptools2 is run on the file again.
-
Updated
Mar 24, 2020 - R
-
Updated
Jun 29, 2020 - MATLAB
-
Updated
Dec 6, 2019 - C++
Improve this page
Add a description, image, and links to the sge topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the sge topic, visit your repo's landing page and select "manage topics."
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