pbdSLAP (version 0.2-6)

pbdSLAP-package: Programming with Big Data -- Scalable Linear Algebra Packages

Description

pbdSLAP utilizes scalable linear algebra packages mainly including BLACS, PBLAS, and ScaLAPACK in double precision via pbdMPI based on ScaLAPACK version 2.0.2.

Arguments

Details

Package: pbdSLAP
Type: Package
License: MPL2
LazyLoad: yes

This package requires pbdMPI and MPI system. The main purpose of pbdSLAP is to provide several scalable linear algebra packages containing double precision libraries for pbdDMAC or other useful packages.

References

Programming with Big Data in R Website: http://r-pbd.org/

ScaLAPACK Website: http://www.netlib.org/scalapack/

ScaLAPACK Block Cyclic Data Distribution Website: http://icl.cs.utk.edu/lapack-forum/viewtopic.php?f=5&t=4922

Examples

Run this code
# NOT RUN {
### Under command mode, run the demo with 2 processors by
### (Use Rscript.exe for windows system)

mpiexec -np 2 Rscript -e "demo(gridinfo,'pbdSLAP',ask=F,echo=F)"
# }

Run the code above in your browser using DataLab