-
This line https://github.com/mllg/batchtools/blob/3b0b1a9a59e377bb4d827e355d6955d66849c9e6/R/execJob.R#L38 reports the random number seed used by each job as `job$id`, but according to the documentati…
-
Maybe with a `cores`, `threads`, or `jobs` column in the workflow plan data frame.
-
Hey Henrik,
I'm using `future.batchtools` to submit jobs to a HPC with LSF. When only submitting a rather small amount of jobs everything is running smoothly, however, if I increase the number of …
-
Currently, `drake` can deploy remote persistent workers with a `future.batchtools` backend and `make(parallelism = "future_lapply")`. But from #416, `drake`'s current reliance on the file system may s…
-
Please correct me if I am wrong, but with the current scheduling, jobs are chunked depending on their sequential order. However, you often have some structure in the input vectors, so that the expensi…
-
This is a request for `r-future.batchtools`. I see that conda-forge [already has a recipe for `r-future`](https://anaconda.org/conda-forge/r-future), but it appears that conda-forge does not have a re…
-
It seems as if `bplapply` doesn't acknowledge that one can loop over `List`s:
```r
library(BiocParallel)
BPPARAM
-
If I want to reduce a large registry , I want to use parallelMap, but parallelStart only has mode = "batchjobs" which will corrupt a lot of functions in batchtools.
parallelStart(mode = "BatchJob…
-
I introduced a bug in [future.batchtools](https://cran.r-project.org/web/packages/future.batchtools/) (= 0.7.0) released on 2018-05-04. I can reproduce it on a Torque/PBS cluster, but not on an SGE c…
-
I am using ``future_lapply`` parallelism and see that fl_master is consuming CPU resources.
Ultimately I think this ends up in `mc_master` in a while loop that's checking every 0.1 seconds (by defa…