Package: pbdMPI
Version: 0.4-1
Date: 2019-11-21
Title: Programming with Big Data -- Interface to MPI
Authors@R: c(person("Wei-Chen", "Chen", role = c("aut", "cre"), email =
        "wccsnow@gmail.com"),
        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.5.0), methods
Imports: rlecuyer, float
Enhances: pbdPROF, pbdZMQ
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 MPI v7.1 (SDK) and Microsoft HPC
        Pack 2012 R2 MS-MPI Redistributable Package) on Windows.
License: Mozilla Public License 2.0
URL: http://r-pbd.org/
BugReports: https://github.com/snoweye/pbdMPI/issues
MailingList: Please send questions and comments regarding pbdR to
        RBigData@gmail.com
NeedsCompilation: yes
Maintainer: Wei-Chen Chen <wccsnow@gmail.com>
Packaged: 2019-11-27 23:42:03 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),
  Sebastien Lamy de la Chapelle [aut] (fix check type for send/recv long
    vectors)
Repository: CRAN
Date/Publication: 2019-12-02 18:40:02 UTC
