batchtools
As a successor of the packages BatchJobs and BatchExperiments, batchtools provides a parallel implementation of Map for high performance computing systems managed by schedulers like Slurm, Torque, or SGE. Moreover, the package provides an abstraction mechanism to define large-scale computer experiments in a well-organized and reproducible way.
Installation
Install the development version via devtools:
devtools::install_github("mllg/batchtools")
Resources
- NEWS including a comparison with BatchJobs and BatchExperiments
- Setup
- Documentation and Vignettes
- Paper on BatchJobs/BatchExperiments