R: Difference between revisions

Jump to navigation Jump to search
9 bytes added ,  6 years ago
Added section on makeCluster
(Added section on makeCluster)
Line 305: Line 305:
=== doParallel and makeCluster ===
=== doParallel and makeCluster ===
====Usage====
====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.
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 : <tt>node1 node1 node2 node2</tt> hosts. The ''PSOCK'' cluster type will run commands through SSH connections into the nodes.


====Running====
====Running====
cc_staff
311

edits

Navigation menu