R: Difference between revisions

342 bytes added ,  6 years ago
Line 304: Line 304:


=== doParallel and makeCluster ===
=== doParallel and makeCluster ===
====Usage====
You must register the backend by feeding it the nodes name multiplied by the desired number of processes. For instance, with two nodes (node1 and node2) and two processes, we would create a cluster composed of : node1 node1 node2 node2 hosts. The ''PSOCK'' cluster type will run commands through SSH connections into the nodes.


====Running====
====Running====
cc_staff
284

edits