Cluster der kan alt/DSH and MPI

From Teknologisk videncenter
< Cluster der kan alt
Revision as of 10:47, 7 November 2013 by Thni (talk | contribs) (Created page with "=DSH - Distributed Shell= Install DSH <source lang=cli> sudo apt-get install dsh </source> The machine.list file defines the nodes that are used in the cluster <source lang=cli> ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

DSH - Distributed Shell

Install DSH

sudo apt-get install dsh

The machine.list file defines the nodes that are used in the cluster

nano /etc/dsh/machine.list
nano /etc/dsh/machine.list

Write the nodes in the file

node1
node2
node3
node4

OpenMPI

Install these OpenMPI package

sudo apt-get install libopenmpi-dev openmpi-bin openmpi-doc

</source>