forked from mlr-org/parallelMap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 1022 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: parallelMap
Title: 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 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.
Author: Bernd Bischl <bernd_bischl@gmx.net>, Michel Lang
<michellang@gmail.com>
Maintainer: Bernd Bischl <bernd_bischl@gmx.net>
URL: https://github.com/berndbischl/parallelMap
BugReports: https://github.com/berndbischl/parallelMap/issues
License: BSD_2_clause + file LICENSE
Depends:
R (>= 3.0.0)
Imports:
utils,
stats,
BBmisc (>= 1.8),
checkmate (>= 1.8.0),
parallel
Suggests:
testthat,
Rmpi,
BatchJobs (>= 1.5),
batchtools
LazyData: yes
ByteCompile: yes
Version: 1.4
RoxygenNote: 6.0.1