Chun-Jie Liu

R parallel computation

Chun-Jie Liu · 2019-08-15

For detailed parallelization, referring to Beyond single core R.

For a no-computer background R user, it is hard to comprehend some terms of hardware and software.

Hardware terms

Sockets cores

Software terms

Interpreted languages generally can only directly work with processes. You can call libraries that invoke threads (BLAS/LAPACK)

The R parallel packages

parallel package