Cluster der kan alt/DSH and MPI
From Teknologisk videncenter
								
												
				DSH - Distributed Shell
Install DSH
sudo apt-get install dshThe machine.list file defines the nodes that are used in the cluster
nano /etc/dsh/machine.listWrite the nodes in the file
node1
node2
node3
node4OpenMPI
Install these OpenMPI package
sudo apt-get install libopenmpi-dev openmpi-bin openmpi-doc