[Rcpp-devel] C++11 in Windows R package

Matt D. matdzb at gmail.com
Thu Jun 12 10:57:34 CEST 2014


On 6/12/2014 02:08, Dirk Eddelbuettel wrote:
 > OS X won't have OpenMP support (yet, apparently some future version 
will).

To clarify: This is more of a compiler issue than an OS issue; you can 
use OpenMP on OS X with GCC -- for instance:
http://hpc.sourceforge.net/ (verified with standalone C and C++ 
applications, didn't test interaction with R).

There's also the upcoming OpenMP support for Clang contributed by Intel 
-- you can download the current version of the project from here:
http://clang-omp.github.io/

Best,

Matt



More information about the Rcpp-devel mailing list