Update home authored by van Vliet's avatar van Vliet
......@@ -1541,6 +1541,8 @@ You can load R with one of the modules:
* statistical/R/4.0.0/gcc.8.3.1
* statistical/RStudio/1.2.5033/gcc-8.3.1
#### Running R parallel
Unfornately, "R" is not very efficient when running on a HPC cluster. Basically every R instance is running on only 1 core.
To make your R program to run parallel and more efficient, we have installed for now the following libraries:
......
......