-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
32 lines (32 loc) · 1.37 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
Package: pbdNCDF4
Version: 0.1-5
Date: 2019-07-13
Title: Interface to Parallel Unidata NetCDF4 Format Data Files
Authors@R: c(person("Pragneshkumar", "Patel", role = c("aut", "cre"), email = "[email protected]"),
person("George", "Ostrouchov", role = "aut"),
person("Wei-Chen", "Chen", role = "aut"),
person("Drew", "Schmidt", role = "aut"),
person("David", "Pierce", role = "aut"))
Depends: R (>= 3.0.0), pbdMPI
Imports: utils
LazyLoad: yes
LazyData: yes
NeedsCompilation: yes
ByteCompile: yes
License: GPL (>= 3)
Copyright: Most files are originally designed by David Pierce under GPL
(>= 3).
Description: This package adds collective parallel read and write capability
to the R package ncdf4 version 1.8. Typical use is as a
parallel NetCDF4 file reader in SPMD style programming. Each R
process reads and writes its own data in a synchronized
collective mode, resulting in faster parallel performance.
Performance improvement is conditional on a parallel file system.
SystemRequirements: OpenMPI (>= 1.5.4) on Solaris, Linux and Mac.
(Parallel) HDF5 and (Parallel) NetCDF4 (4.1 or later)
libraries. No MPI library required on Windows.
URL: http://r-pbd.org/
BugReports: http://group.r-pbd.org/
MailingList: Please send questions and comments regarding pbdR to
Maintainer: Pragneshkumar Patel <[email protected]>