-
In https://github.com/mschubert/clustermq/wiki:
* 'batch' and 'BatchJobs' are two non-related packages: "There is also a batch package that was last updated in 2013 and superseded by BatchJobs"
…
-
- [ ] Just feature the `"clustermq"`, `"future"`, and `"hasty"` backends. The others will be removed later on via https://github.com/ropensci/drake/issues/561.
- [ ] Document the optional `resources`…
-
# Background
Currently, `drake` offers a multitude of parallel computing backends.
```r
parallelism_choices()
## [1] "clustermq" "clustermq_staged" "future"
## …
-
In the old BatchTools version described in the JSS paper, there was a `setJobFunction()` which was good for fixing buggy code. Does `batchtools` have an analogue? Similarly, if, for instance, the algo…
-
I initially thought that it would be best to wait for the dependent package APIs to settle down before implementing this feature; however, I actually think you can do it by just calling ``future::plan…
-
Hello,
I have been trying the batchtools package but I am running in some difficulties.
I am trying to spin up some workers on a remote Ubuntu 16.04 server from my local mac.
First of all, I am a…
-
I think the change from the configRMINCparallel("sge") to the option method has triggered a bit of a bug.
Since I set a config file option, this file *always* takes presidence over my environment i…
-
Hi Michael,
thanks a ton for clustermq, was really nice to play around with it so far!
I have a question about how one could use `Q` to submit a high number of jobs. I don't know if that is specif…
-
I have a job that might be I/O heavy due to caching and I can't quite tell as when I look at the txtq or batchtools logs the most I can see is `target ...`, loading, and unloading.
The `storring` …
-
I am currently trying to get MLR running on a SLURM cluster. MLR uses parallelMap, and parallelMap uses batchtools to submit jobs to the SLURM cluster. Therefore, I am not sure if this is really a pro…