-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
37 lines (37 loc) · 1.42 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
Package: pbdDMAT
Title: 'pbdR' Distributed Matrix Methods
Version: 0.5-3
Description: A set of classes for managing distributed matrices, and
a collection of methods for computing linear algebra and
statistics. Computation is handled mostly by routines from the
'pbdBASE' package, which itself relies on the 'ScaLAPACK' and
'PBLAS' numerical libraries for distributed computing.
License: GPL (>= 2)
Depends:
R (>= 3.1.0),
stats,
pbdMPI (>= 0.3-8),
pbdBASE (>= 0.5-3)
Imports:
utils,
methods
SystemRequirements: OpenMPI (>= 1.5.4) on Solaris, Linux, Mac, and
FreeBSD. MS-MPI (Microsoft HPC Pack 2012) or MPICH2 (>=
1.4.1p1) on Windows.
LazyLoad: yes
ByteCompile: yes
URL: https://pbdr.org/
BugReports: http://group.pbdr.org/
MailingList: Please send questions and comments regarding pbdR to
RBigData@gmail.com
Authors@R: c(person("Drew", "Schmidt", role=c("aut", "cre"), email="wrathematics@gmail.com"),
person("Wei-Chen", "Chen", role="aut"),
person("Sebastien", "Lamy de la Chapelle", role="aut"),
person("George", "Ostrouchov", role="aut"),
person("Pragneshkumar", "Patel", role="aut"),
person("ZhaoKang", "Wang", role="ctb"),
person("Michael", "Lawrence", role="ctb"),
person("R Core team", role="ctb", comment="some wrappers taken from the base and stats packages"))
Maintainer: Drew Schmidt <wrathematics@gmail.com>
RoxygenNote: 7.1.2
NeedsCompilation: yes