This page is a work in progress, but please note that the The detectCores
method from the parallel
R library will not work as intended for jobs that request anything less than a full node.
...
Code Block | ||
---|---|---|
| ||
library(parallel) cluster = makeCluster(strtoi(system("nproc",intern=TrueTRUE))) |