Learn R Programming

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

parallelMap (version 1.4)

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

8,429

Version

1.4

License

BSD_2_clause + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Bernd Bischl

Last Published

May 17th, 2019

Functions in parallelMap (1.4)

parallelGetRegisteredLevels

Get registered parallelization levels for all currently loaded packages.
parallelLapply

Parallel versions of apply-family functions.
parallelLibrary

Load packages for parallelization.
parallelMap

Maps a function over lists or vectors in parallel.
parallelExport

Export R objects for parallelization.
parallelRegisterLevels

Register a parallelization level
parallelGetOptions

Retrieve the configured package options.
parallelSource

Source R files for parallelization.
parallelStart

Parallelization setup for parallelMap.
parallelStop

Stops parallelization.