Entering edit mode
3 months ago
QX
▴
60
Hi All,
I am running R on a slurm interactive mode. Is there any command or library that allow R to fullly use the resources of the node? and to check the efficiency?
Best,
Your question is to broad to be answered. Most processes in R are single-threaded so one core is most of the time what will be used. Some multicore processes can be specified, for example via the
parallel
,future
orBiocParallel
packages, and in these you can tell it how many cores to use. Can you give a more specific example?Hi, I actually just want to run interactive section for general analysis using full resources of requested HPC node. For e.g.