Learn R Programming

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

parallelMap (version 1.2)

Unified interface to Some Popular Parallelization Back-ends for Interactive Usage and Package Development

Description

Map over lists in parallel. 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

9,146

Version

1.2

License

BSD_3_clause + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Bernd Bischl

Last Published

February 3rd, 2015

Functions in parallelMap (1.2)

parallelLibrary

Load packages for parallelization.
parallelLapply

Parallel versions of apply-family functions.
parallelShowOptions

Displays the configured package options.
parallelMap

Maps a function over lists or vectors in parallel.
parallelSource

Source R files for parallelization.
parallelStart

Parallelization setup for parallelMap.
parallelExport

Export R objects for parallelization.
parallelStop

Stops parallelization.
parallelGetRegisteredLevels

Get registered parallelization levels for all currently loaded packages.
parallelRegisterLevels

Register a parallelization level