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:

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.