Bureaucrats, cc_docs_admin, cc_staff
2,306
edits
No edit summary |
|||
Line 117: | Line 117: | ||
==Exploiting Parallelism in R== | ==Exploiting Parallelism in R== | ||
Given the nature of Compute Canada clusters, they provide an ideal environment in which to exploit parallelism in your R codes. In this section we present two common methods of | |||
parallelizing an R code, both of which are supported on Compute Canada and which we encourage you to consider. Note that the processors on Compute Canada clusters are quite | |||
ordinary, what makes these supercomputers ''super'' is that you have access to thousands of CPU cores with a high-performance network, so running in parallel is the best way to | |||
truly take advantage of the hardware. | |||
=== Rmpi === <!--T:16--> | === Rmpi === <!--T:16--> |