[Rcpp-devel] OpenMP and Rinside

Dirk Eddelbuettel edd at debian.org
Tue Jul 31 14:00:44 CEST 2012


On 31 July 2012 at 13:41, David Ibarra Gómez wrote:
| Thank you, Dirk.
| 
| I'll try with MPI, futhermore It'll be ready for a cluster enviroment.

Sounds good.  

But as one can (with some care) use OpenMP with R itself, it should be
possibly to use it (with some care) from RInside as well.

And then building blocks can be combined: use OpenMPI to deploy N compute
nodes in a cluster -- and if each of these has M core, you may be able to
deploy N * M.  With care :)

We should cook up an example for a simple and easily-to-use parallel
problem. 

Dirk

-- 
Dirk Eddelbuettel | edd at debian.org | http://dirk.eddelbuettel.com  


More information about the Rcpp-devel mailing list