Learn R Programming

⚠️There's a newer version (1.5.1) of this package.Take me there.

parallelMap (version 1.5.0)

Unified Interface to Parallelization Back-Ends

Description

Unified parallelization framework for multiple back-end, designed for internal package and interactive usage. The main operation is parallel mapping over lists. Supports 'local', 'multicore', 'mpi' and 'BatchJobs' mode. Allows tagging of the parallel operation with a level name that can be later selected by the user to switch on parallel execution for exactly this operation.

Copy Link

Version

Install

install.packages('parallelMap')

Monthly Downloads

7,580

Version

1.5.0

License

BSD_2_clause + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Bernd Bischl

Last Published

March 26th, 2020

Functions in parallelMap (1.5.0)

parallelGetRegisteredLevels

Get registered parallelization levels for all currently loaded packages.
parallelStop

Stops parallelization.
parallelMap

Maps a function over lists or vectors in parallel.
parallelSource

Source R files for parallelization.
parallelRegisterLevels

Register a parallelization level
parallelLapply

Parallel versions of apply-family functions.
parallelStart

Parallelization setup for parallelMap.
parallelExport

Export R objects for parallelization.
parallelLibrary

Load packages for parallelization.
parallelGetOptions

Retrieve the configured package options.