Skip to content

RBigData/pbdBASE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Oct 27, 2021
d486b11 · Oct 27, 2021
Feb 1, 2020
Apr 25, 2018
Jan 29, 2020
Feb 24, 2020
Feb 24, 2020
Jan 27, 2020
Sep 12, 2016
Feb 1, 2020
Mar 3, 2013
Feb 23, 2020
Oct 27, 2021
Oct 15, 2012
Feb 1, 2020
Feb 24, 2020
Feb 1, 2020
Dec 28, 2019
Apr 11, 2019
Oct 27, 2021
Oct 15, 2012

Repository files navigation

pbdBASE

pbdBASE is a set of bindings to and extensions for the distributed linear algebra libraries BLACS, PBLAS, and ScaLAPACK. The package is very low-level, and unless you are very familiar with these libraries (or even if you are...), you are instead recommended to see the pbdDMAT and pbdDEMO packages.

Installation

pbdBASE requires:

  • A system installation of MPI
  • R version 3.0.0 or higher
  • The pbdSLAP and pbdMPI packages, as well as their dependencies.

Assuming you meet the system dependencies, you can install the stable version from CRAN using the usual install.packages():

install.package("pbdBASE")

The development version is maintained on GitHub:

remotes::install_github("RBigData/pbdBASE")

See the vignette for installation troubleshooting.