batchtools
batchtools copied to clipboard
Tools for computation on batch systems
in BE for good reason we had a parallel reduction method. as for regs with a larger number of results / a non trivial reduction which at least does a...
the clusterfunctions rely on issuing a couple of specific system commands. We do this by having (user configurable) R code where this cmds are generated and then executed. Better approach...
... as soon as https://github.com/MangoTheCat/processx/ is released. Benefit over cfSSH w/ only local workers: works on windows.
It would be nice if there was a handy option to define the resources needed by a specific algorithm or problem within the definition of them. Now you just generate...
In BatchJobs, I think argument `resources` (named list) of `submitJobs()` was the only way to pass a variable to the template, which then is also named `resources`. Is this the...
currently one has to write this ``` reg = makeExperimentRegistry(file.dir = NA, make.default = FALSE) prob = addProblem(reg = reg, "p1", data = 1) prob = addProblem(reg = reg, "p2",...
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...
I have a use-case where I'd like to be able to create and submit jobs from the head node of a cluster that does not itself have the packages being...
I can't quite decide which way it is. In `clusterFunctionsSlurm.R`, the `getClusters` function is defined which looks for a resource named `cluster` (singular). https://github.com/mllg/batchtools/blob/1196047ed5115d54bde2923848c1f3ec11fda6d2/R/clusterFunctionsSlurm.R#L38-L42 The documentation of `submitJobs` refers to...