linux-helper

GNU R batch computing

Install

All systems
curl cmd.cat/linux-helper.sh
Debian Debian
apt-get install r-cran-batchjobs
Ubuntu
apt-get install r-cran-batchjobs
image/svg+xml Kali Linux
apt-get install r-cran-batchjobs
Windows (WSL2)
sudo apt-get update sudo apt-get install r-cran-batchjobs
Raspbian
apt-get install r-cran-batchjobs

r-cran-batchjobs

GNU R batch computing

This GNU R package Provides Map, Reduce and Filter variants to generate jobs on batch computing systems like PBS/Torque, LSF, SLURM and Sun Grid Engine. Multicore and SSH systems are also supported. For further details see the project web page.

r-cran-batchtools

GNU R tools for computation on batch systems

As a successor of the packages 'BatchJobs' and 'BatchExperiments', this package provides a parallel implementation of the Map function for high performance computing systems managed by schedulers IBM Spectrum LSF OpenLava, Univa Grid Engine/Oracle Grid Engine, Slurm, TORQUE/PBS, or Docker Swarm. A multicore and socket mode allow the parallelization on a local machines, and multiple machines can be hooked up via SSH to create a makeshift cluster. Moreover, the package provides an abstraction mechanism to define large-scale computer experiments in a well-organized and reproducible way.