I have several i7 desktops which I would like to use to speed up the computation time of function genoud
in package rgenoud
. In genoud
, you can assign a cluster that was generated in parallel
(and I assume snow
also).
What kind of clustering software would you recommend for this? I have tried Beowulf clusters, but the documentation from this is mostly outdated, so I am looking for a guide which shows me how to do it which is still up to date.
This cluster is going to be over LAN, and I have assigned IPs to the nodes.
Thanks