forked from RBigData/pbdMPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.74 KB
/
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
33
34
35
36
37
38
39
40
41
42
Package: pbdMPI
Version: 0.3-0
Date: 2015-12-17
Title: Programming with Big Data -- Interface to MPI
Authors@R: c(person("Wei-Chen", "Chen", role = c("aut", "cre"), email =
person("George", "Ostrouchov", role = "aut"),
person("Drew", "Schmidt", role = "aut"),
person("Pragneshkumar", "Patel", role = "aut"),
person("Hao", "Yu", role = "aut"),
person("Christian", "Heckendorf", role = "ctb", comment = "FreeBSD"),
person("Brian", "Ripley", role = "ctb", comment = "Windows HPC Pack
2012"),
person("R Core team", role = "ctb", comment = "some functions are
modified from the base packages"))
Depends: R (>= 3.0.0), methods, rlecuyer
Enhances: pbdPROF, pbdZMQ, pbdCS
LazyLoad: yes
LazyData: yes
Description: An efficient interface to MPI by utilizing S4
classes and methods with a focus on Single Program/Multiple Data ('SPMD')
parallel programming style, which is intended for batch parallel
execution.
SystemRequirements: OpenMPI (>= 1.5.4) on Solaris, Linux, Mac, and
FreeBSD. MS-MPI (Microsoft HPC Pack 2012 R2 MS-MPI
Redistributable Package) on Windows.
License: Mozilla Public License 2.0
URL: http://r-pbd.org/
BugReports: http://group.r-pbd.org/
MailingList: Please send questions and comments regarding pbdR to
NeedsCompilation: yes
Packaged: 2015-12-18 02:36:26 UTC; snoweye
Author: Wei-Chen Chen [aut, cre],
George Ostrouchov [aut],
Drew Schmidt [aut],
Pragneshkumar Patel [aut],
Hao Yu [aut],
Christian Heckendorf [ctb] (FreeBSD),
Brian Ripley [ctb] (Windows HPC Pack 2012),
R Core team [ctb] (some functions are modified from the base packages)
Maintainer: Wei-Chen Chen <[email protected]>