A Future API for Parallel and Distributed Processing using 'batchtools'
Batchtools futures for custom batchtools configuration
batchtools local and interactive futures
batchtools multicore futures
batchtools SSH futures
Batchtools futures for LSF, OpenLava, SGE, Slurm, TORQUE etc.
A batchtools future is a future whose value will be resolved via batch...
FutureError class for errors related to BatchtoolsFuture:s
Removes a batchtools future
Options used for batchtools futures
future.batchtools: A Future for batchtools
Temporarily tweaks the resources for the current batchtools strategy
Logged output of batchtools future
Gets the number of batchtools workers
Prints a batchtools future
Implementation of the Future API on top of the 'batchtools' package. This allows you to process futures, as defined by the 'future' package, in parallel out of the box, not only on your local machine or ad-hoc cluster of machines, but also via high-performance compute ('HPC') job schedulers such as 'LSF', 'OpenLava', 'Slurm', 'SGE', and 'TORQUE' / 'PBS', e.g. 'y <- future.apply::future_lapply(files, FUN = process)'.
Useful links