Skip to content
Prev 12173 / 63424 Next

Distributed computing

My inclination would be to, whenever possible, replace the core scalar
libraries with compatible parallel versions (lapack -> scalapack),
rather than make it an add-on package. If the R client code is general
enough, and the make file can automatically find the parallel version,
then its a simple matter of compiling with the parallel libs. (Don't
know if this is possible at run-time.) No rewriting (high level) R code
at all. I tried to contact the plapack folks here at UT about
integrating with R, but it appears the project is no longer active.

Tim
On Tue, 2004-03-23 at 13:32, A.J. Rossini wrote: