> On the other hand, [...], you can spawn 20 workers on each of the 10 hosts:
>
> makePSOCKcluster(names = rep(c('Host01', ..., 'Host10'), each = 20))
Unfortunately, this will most likely not work because it will require
200 open connections - one for each worker - but R limits you to 125
(see ?ba
On Thu, 25 Jun 2020 00:29:42 +
"Silva, Eder David Borges da" wrote:
> I have the HPC, with 10 nodes, and each node with 20 cores in UNIX OS.
> cl <- makePSOCKcluster(names=c('Host01', ... , 'Host10)
> This code is the best way for use all machine power?
The code as written will create one
2 matches
Mail list logo