Difference between revisions of "Cluster der kan alt/DSH and MPI"
From Teknologisk videncenter
(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> ...") |
(→DSH - Distributed Shell) |
||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
</source> | </source> | ||
The machine.list file defines the nodes that are used in the cluster | The machine.list file defines the nodes that are used in the cluster | ||
− | |||
− | |||
− | |||
<source lang=cli> | <source lang=cli> | ||
nano /etc/dsh/machine.list | nano /etc/dsh/machine.list | ||
Line 23: | Line 20: | ||
<source lang=cli> | <source lang=cli> | ||
sudo apt-get install libopenmpi-dev openmpi-bin openmpi-doc | sudo apt-get install libopenmpi-dev openmpi-bin openmpi-doc | ||
− | |||
</source> | </source> | ||
{{Source cli}} | {{Source cli}} |
Latest revision as of 12:32, 8 November 2013
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
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