-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
36 lines (36 loc) · 1.41 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
Package: pbdBASE
Type: Package
Title: Programming with Big Data -- Base Wrappers for Distributed
Matrices
Version: 0.5-3
Description: An interface to and extensions for the 'PBLAS' and 'ScaLAPACK'
numerical libraries. This enables R to utilize distributed linear algebra
for codes written in the 'SPMD' fashion. This interface is deliberately
low-level and mimics the style of the native libraries it wraps. For a much
higher level way of managing distributed matrices, see the 'pbdDMAT'
package.
License: Mozilla Public License 2.0
Depends:
R (>= 3.6.0),
methods
Imports:
utils,
pbdMPI (>= 0.4-3),
pbdSLAP (>= 0.2-9)
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
Authors@R: c(person("Drew", "Schmidt", role="aut", email="[email protected]"),
person("Wei-Chen", "Chen", role=c("aut", "cre"), email="[email protected]"),
person("Sebastien", "Lamy de la Chapelle", role="aut"),
person("George", "Ostrouchov", role="aut"),
person("Pragneshkumar", "Patel", role="aut"),
person("Ewan", "Higgs", role="ctb"))
Maintainer: Wei-Chen Chen <[email protected]>
RoxygenNote: 7.1.1