Learn R Programming

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

parallelMap (version 1.0-83)

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.0-83

License

BSD_3_clause + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Bernd Bischl

Last Published

August 29th, 2013

Functions in parallelMap (1.0-83)

parallelStop

Stops parallelization.
parallelRegisterLevels

Register available parallelization levels in a client package.
parallelLapply

A parallel verions of apply-family functions
parallelShowRegisteredLevels

Display registered parallelization levels for all currently loaded packages.
parallelMap

Maps a function over lists or vectors in parallel.
parallelStart

Parallelization setup for parallelMap.
parallelShowOptions

Displays the configured package options.
parallelLibrary

Load packages for parallelization.