Learn R Programming

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

parallelMap (version 1.3)

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 a parallel "map" 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.3

License

BSD_2_clause + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Bernd Bischl

Last Published

June 10th, 2015

Functions in parallelMap (1.3)

parallelStart

Parallelization setup for parallelMap.
parallelGetOptions

Retrieve the configured package options.
parallelRegisterLevels

Register a parallelization level
parallelSource

Source R files for parallelization.
parallelStop

Stops parallelization.
parallelMap

Maps a function over lists or vectors in parallel.
parallelLapply

Parallel versions of apply-family functions.
parallelLibrary

Load packages for parallelization.
parallelGetRegisteredLevels

Get registered parallelization levels for all currently loaded packages.
parallelExport

Export R objects for parallelization.