forked from snoweye/pbdMPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1.68 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
Package: pbdMPI
Version: 0.5-2
Title: R Interface to MPI for HPC Clusters (Programming with Big Data
Project)
Date: 2024-09-08
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"),
person("Sebastien", "Lamy de la Chapelle", role="aut", comment = "fix
check type for send/recv long vectors"))
Depends: R (>= 3.6.0), methods
Imports: float, parallel
LazyLoad: yes
Description: A simplified, efficient, interface to MPI for HPC clusters. It is
a derivation and rethinking of the Rmpi package. pbdMPI embraces the
prevalent parallel programming style on HPC clusters. Beyond the
interface, a collection of functions for global work with
distributed data and resource-independent RNG reproducibility is
included. It is based on S4 classes and methods.
SystemRequirements: OpenMPI (>= 1.5.4) on Linux, Mac, and FreeBSD.
MS-MPI (Microsoft MPI v7.1 (SDK) and Microsoft HPC Pack 2012 R2
MS-MPI Redistributable Package) on Windows.
License: Mozilla Public License 2.0
URL: https://pbdr.org/
BugReports: https://github.com/snoweye/pbdMPI/issues
NeedsCompilation: yes
Maintainer: Wei-Chen Chen <[email protected]>