-
In order to help existing BatchJobs users to migrate to batchtools, I think it could help to clarify what it takes to make the move. Preferably in a vignette (which will show up on CRAN). Right now …
-
Hi,
I ran a project using batchtools on a single cpu and for 1 day some simple jobs did not stop at all and by observing the getJobTable(), I find out that those jobs are just run for 2 seconds …
-
I'm having a problem that occurs only with LSF.
The simplest reproducible code is this:
```
> btlapply(1:3, function(x) x^2)
Sourcing configuration file '~/.batchtools.conf.R' ...
Adding 3 jo…
-
What's the corresponding `batchtools` function to `BatchJobs::removeRegistry()`? Something for cleaning out any permanent / intermediate files from the file system.
If my question make sense, I th…
-
Hi there -- I'm having a hard time getting working with "tmpl" files on a Torque -- is there an example of a simple.tmpl that works with batchtools? When I use simple.tmpl from BatchJobs (https://raw…
-
# Background
For `batchjobs_*()` futures using HPC schedulers as the backend, there is an infinite number of workers available, i.e. `nbrOfWorkers()` returns `+Inf`.
# Issue
With infinite number …
-
Is there something like a `wait` argument within `submitJobs` (as within its `BatchJobs`-version)? And can I somewhere set the max. number of concurrent jobs within `batchtools`? Currently, I always g…
-
Given the following minimal example of a nested CV of `ksvm()` using `mlr`:
```r
task_ec
pat-s updated
7 years ago
-
In https://github.com/openjournals/joss-reviews/files/639511/10.21105.joss.00135.pdf:
- "Important changes to its predecessors are summarized in the NEWS file to help users of BatchJobs/BatchExperi…
-
Might be a stupid question, but depending on the cluster I'm submitting I may or may not want to specify an additional partition argument.
```
...
#SBATCH --clusters=
#SBATCH --partition=
...
…