Learn R Programming

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

parallelMap (version 1.1)

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.1

License

BSD_3_clause + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Bernd Bischl

Last Published

July 3rd, 2014

Functions in parallelMap (1.1)

parallelMap

Maps a function over lists or vectors in parallel.
parallelStop

Stops parallelization.
parallelSource

Source R files for parallelization.
parallelStart

Parallelization setup for parallelMap.
parallelLibrary

Load packages for parallelization.
parallelShowRegisteredLevels

Display registered parallelization levels for all currently loaded packages.
parallelRegisterLevels

Register available parallelization levels in a client package.
parallelExport

Export R objects for parallelization.
parallelLapply

Parallel versions of apply-family functions.
parallelShowOptions

Displays the configured package options.