future.batchtools0.21.0 package

A Future API for Parallel and Distributed Processing using 'batchtools'

batchtools_bash

A batchtools bash backend that resolves futures sequentially via a Bas...

batchtools_interactive

A batchtools backend that resolves futures sequentially in the current...

batchtools_local

A batchtools backend that resolves futures sequentially in transient b...

batchtools_lsf

A batchtools LSF backend resolves futures in parallel via a Load Shari...

batchtools_multicore

A batchtools backend that resolves futures in parallel via forked back...

batchtools_openlava

A batchtools openlava backend resolves futures in parallel via a OpenL...

batchtools_sge

A batchtools SGE backend resolves futures in parallel via a Sun/Son of...

batchtools_slurm

A batchtools slurm backend resolves futures in parallel via a Slurm jo...

batchtools_ssh

A batchtools backend that resolves futures in parallel via background ...

batchtools_torque

A batchtools TORQUE backend resolves futures in parallel via a TORQUE/...

BatchtoolsFutureBackend

A batchtools future is a future whose value will be resolved via batch...

BatchtoolsFutureError

FutureError class for errors related to BatchtoolsFuture:s

BatchtoolsMulticoreFutureBackend

batchtools multicore futures

BatchtoolsTemplateFutureBackend

Batchtools futures for LSF, OpenLava, SGE, Slurm, TORQUE etc.

delete.BatchtoolsFuture

Removes a batchtools future

future.batchtools

future.batchtools: A Future for batchtools

grapes-resources-grapes

Temporarily tweaks the resources for the current batchtools strategy

loggedOutput

Logged output of batchtools future

makeClusterFunctionsSlurm2

ClusterFunctions for Slurm Systems (patched)

nbrOfWorkers.BatchtoolsFutureBackend

Gets the number of batchtools workers

print.BatchtoolsFuture

Prints a batchtools future

zzz-future.batchtools.options

Options used for batchtools futures

Implementation of the Future API <doi:10.32614/RJ-2021-048> 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)'.

  • Maintainer: Henrik Bengtsson
  • License: LGPL (>= 2.1)
  • Last published: 2025-09-21