-
Add support for controlling the submission rate of jobs, by exposing the `sleep` argument of `batchtools::submitJobs()` in one way or the other, e.g. `plan(batchtools_slurm, sleep = 5)` for 5 seconds …
-
**Describe the bug**
Job errors due to being unable to find a log file. Full error message:
```
> value(x)
Error: Log file '/home/gowerc/testing-futures/.future/20230201_181952-i1X6Ba/batchtools…
-
The internal `status()` function is called from several places. This function ends up calling `batchtools::getStatus()`, which in turn involves a fair bit of file-system calls, e.g. checking for file…
-
I have a case where I want to submit a large number of jobs but limit the amount running at once. The I/O ends up being limiting so there's no apparent benefit (and possibly some cost) of going from 1…
-
My SLURM system got upset when submitting a large number of jobs:
```
Error in batchtools::submitJobs(reg = reg, ids = jobid, resources = resources) :
Fatal error occurred: 101. Command 'sbatch…
-
The [`targets`](https://docs.ropensci.org/targets) package currently [uses `clustermq` and `future`](http://books.ropensci.org/targets/hpc.html) to send tasks to workers running on traditional cluster…
-
`mlr3` offers great flexibility for writing down and executing even bigger benchmarks
on HPC systems through `future` and `future.batchtools`.
This is as easy as writing the code below, but we ne…
-
Hello,
I'm trying to get nested parallelism and some sort of chunking to work in a simple way with `doFuture` and `%dopar%`. Here's a simple example:
```
library(doFuture)
library(future.batch…
-
I'm after the two SLURM PRs that got merged in 2021 (#276, #277), but since the last CRAN release was in January that year, we don't yet have them. Would you mind publishing a new release? Thanks.
…
-
After a lot of troubleshooting I've submiited a related bug report/feature request [here](https://github.com/mllg/batchtools/issues/273#issue-903023047) at batchtools.
Long story short, jobs submit…