![]() |
|
|
#1 |
|
(loop (#_fork))
Feb 2006
Cambridge, England
23×11×73 Posts |
Infiniband HCAs like
http://www.ebay.co.uk/itm/HP-452372-...item53f8db23ab are ubiquitously available on ebay, so I've bought two and connected them with a http://www.ebay.co.uk/itm/INFINIBAND...item27d73d7981 Code:
sudo modprobe ib_umad sudo modprobe mlx_ib sudo modprobe ib_ipoib Code:
sudo ifconfig ib1 10.10.10.1 netmask 255.255.255.0 Code:
sudo ifconfig ib1 10.10.10.2 netmask 255.255.255.0 Code:
pumpkin@pumpkin:~$ netperf -H 10.10.10.2 MIGRATED TCP STREAM TEST from 0.0.0.0 (0.0.0.0) port 0 AF_INET to 10.10.10.2 () port 0 AF_INET : demo Recv Send Send Socket Socket Message Elapsed Size Size Size Time Throughput bytes bytes bytes secs. 10^6bits/sec 87380 16384 16384 10.00 12408.11 It's still not to be sniffed at for less than £100 including postage. Is there anything complicated I need to do to set up an MPI cluster between the two machines using the nice fast interconnect? |
|
|
|
|
|
#2 | |
|
"Ed Hall"
Dec 2009
Adirondack Mtns
2·19·101 Posts |
Quote:
I found the following site helpful in setting up my openmpi tests, (but you probably already know all of the following): Setting up a Beowulf Cluster Using Open MPI on Linux I have found that I need to have the exact same openmpi version (therefore, linux distribution) on all the machines for success. For the following reason, all the machines also need to have the same architecture. I have been using the msieve binary of the host machine, placed in the host machine's folder that is accessed by all the others, which, through sshfs are linked to the host machine's folder: They all have the same account name and basic folder structure: The host has /home/math85/Math/folder, which has all the programs/files/subdirectories. The slaves have /home/math85/Math/folder, which is empty until I use sshfs to link in the host's folder. I hope this is helpful... Last fiddled with by EdH on 2013-12-27 at 16:33 Reason: rewording |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Moderate victory with the bargainhardware machines | fivemack | Hardware | 0 | 2016-11-09 00:19 |
| Network problem | mfgoode | Puzzles | 19 | 2007-03-19 15:31 |
| Network LLR | Citrix | 15k Search | 76 | 2005-09-04 17:32 |
| shongo Network | n8thegr8 | Puzzles | 2 | 2004-05-15 14:24 |
| saving over a network | crash893 | Software | 11 | 2004-05-06 14:15 |