-
From wlandau-lilly/drake#42:
```r
library(future)
library(future.batchtools)
library(drake)
backend(batchtools_slurm) # same as future::plan()
# Alternatively, plan to send targets to SLUR…
-
As mentioned in #48 the documentation for batchtools is partly missing.
-
I have submitted a simple pull request for a [bugfix](https://github.com/mllg/batchtools/pull/276#issue-696300102) in `batchtools` which fuelled some of its behaviour mentioned in #73.
I'm writing …
-
Add `batchtools_docker` and try to set up package tests for it.
-
Hi @sebffischer
I was wondering if it is currently possible to run different benchmark iterations in the same cluster job?
In particular I would like to tell mlr3batchmark to create a new job for…
-
Sorry if this is in the docs and I can't find it, but is there a way to specify default resources for the template? When just using `batchtools`, default resources can be set with a `~/.batchtools.con…
-
can one of the backends (`batchtools_*`) be used to send jobs to [HTCondor](http://research.cs.wisc.edu/htcondor/manual/v8.6/2_5Submitting_Job.html)? or would it need to be done with a `batchtools_cus…
-
The current implementations we have available appear to be too unstable to use --- at least I failed to get deepsurv and deephit running reliably.
Fore completeness, I think we should aim to includ…
-
combine in the workflow elements of batchtools cluster functions.
local ==> ssh + future + batchtools ==> pass to cluster ==> run on slaves ==> return to master ==> return output as part of future …
-
Wanted to report this issue that I have "solved." Was using `batchtools` via `future.batchtools` but got this cryptic (to me) error when I changed employers and thus moved from a PBS system to a Slurm…