Skip to content
Prev 12169 / 63424 Next

Distributed computing

As an alternate to the PVM/MPI interfaces mentioned by other people, I am
working on a (very soon to be released) project for using the ScaLAPACK library
[1] through a simple R interface.  If the tasks that you want run an a computing
server are simple (LAPACK) functions (solve, svd, etc) and not whole R scripts,
then this be useful.


David Bauer

[1] http://www.netlib.org/scalapack/