Learn R Programming

parallelMap (version 1.5.1)

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,042

Version

1.5.1

License

BSD_2_clause + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

June 28th, 2021

Functions in parallelMap (1.5.1)

parallelRegisterLevels

Register a parallelization level
parallelMap

Maps a function over lists or vectors in parallel.
parallelLapply

Parallel versions of apply-family functions.
parallelLibrary

Load packages for parallelization.
parallelStart

Parallelization setup for parallelMap.
parallelStop

Stops parallelization.
parallelGetRegisteredLevels

Get registered parallelization levels for all currently loaded packages.
parallelSource

Source R files for parallelization.
parallelExport

Export R objects for parallelization.
parallelGetOptions

Retrieve the configured package options.