Software Archive
Read-only legacy content

R on Xeon Phi

CPati2
New Contributor III
315 Views

Hi All,

Is it possible to make use of OpenMP thread distribution and affinity for R on Xeon Phi? If yes, please share resources that can help understand how to optimize R for Xeon Phi.

Since, R code runs on R engine and doesn't go through the linking process, I am not sure how this will work out.

Any suggestion will help.

Thanks.

0 Kudos
1 Solution
Sebastian_S_Intel
315 Views

Hi,
To take advantage of OpenMP you have to use library that uses it like MKL.
Here are interesting resources which may be helpful:

 

View solution in original post

0 Kudos
2 Replies
Sebastian_S_Intel
316 Views

Hi,
To take advantage of OpenMP you have to use library that uses it like MKL.
Here are interesting resources which may be helpful:

 

0 Kudos
jimdempseyatthecove
Honored Contributor III
315 Views

Google:   multithreaded r programming

http://www.cs.toronto.edu/~radford/ftp/pqR-guelph.pdf
http://www.win-vector.com/blog/2016/01/parallel-computing-in-r/
http://garthtarr.com/parallel-computation-in-r/

There are additional links that may be of interest via the above search

Jim Dempsey

 

0 Kudos
Reply