Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
languager
library(parallel)
cluster = makeCluster(strtoi(system("nproc",intern=TrueTRUE)))