rsnt_translations
56,426
edits
(Marked this version for translation) |
No edit summary |
||
Line 119: | Line 119: | ||
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 | 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 | 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 | 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. | truly take advantage of the hardware. | ||