parallelMap v1.5.0
0
Monthly downloads
Unified Interface to Parallelization Back-Ends
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.
Functions in parallelMap
Name | Description | |
parallelGetRegisteredLevels | Get registered parallelization levels for all currently loaded packages. | |
parallelStop | Stops parallelization. | |
parallelMap | Maps a function over lists or vectors in parallel. | |
parallelSource | Source R files for parallelization. | |
parallelRegisterLevels | Register a parallelization level | |
parallelLapply | Parallel versions of apply-family functions. | |
parallelStart | Parallelization setup for parallelMap. | |
parallelExport | Export R objects for parallelization. | |
parallelLibrary | Load packages for parallelization. | |
parallelGetOptions | Retrieve the configured package options. | |
No Results! |
Last month downloads
Details
License | BSD_2_clause + file LICENSE |
URL | https://parallelmap.mlr-org.com, https://github.com/berndbischl/parallelMap |
BugReports | https://github.com/berndbischl/parallelMap/issues |
ByteCompile | yes |
Encoding | UTF-8 |
LazyData | yes |
RoxygenNote | 7.1.0 |
NeedsCompilation | no |
Packaged | 2020-03-26 09:16:31 UTC; pjs |
Repository | CRAN |
Date/Publication | 2020-03-26 11:00:02 UTC |
suggests | BatchJobs (>= 1.8) , batchtools (>= 0.9.6) , data.table , Rmpi , rpart , snow , testthat |
imports | BBmisc (>= 1.8) , checkmate (>= 1.8.0) , parallel , stats , utils |
depends | R (>= 3.0.0) |
Contributors | Michel Lang, Patrick Schratz |
Include our badge in your README
[](http://www.rdocumentation.org/packages/parallelMap)