Yellow Dog Enterprise Linux v6.x

TOPIC: How to Configure InfiniBand for IPoIB and OpenMPI


Installation
If you didn't select OFED InfiniBand Support during installation, you can install it by typing:
yum groupinstall "OFED Infiniband Support" [ENTER]
Basic Setup
You will need to enable InfiniBand and OpenSM to start at boot time by running the following commands:
chkconfig openibd on [ENTER]
chkconfig opensmd on [ENTER]
Next, start the services:
service openibd start [ENTER]
service opensmd start [ENTER]
Configuring IPoIB
Then you can use system-config-network-tui to configure the ib0 network interface: this behaves exactly like a normal ethernet interface.

Congratulations, you have configured IPoIB. You are able to use all normal network tools over your new network. If you encounter problems, the ibstatus command will provide diagnostic information about the InfiniBand network.

Using OpenMPI over InfiniBand
Using OpenMPI with Infiniband is very simple. All that is required is add the flags "--mca btl openib,self" to your mpirun command.



This HOWTO was written by Owen Stampflee and Bonnie Gosler, Fixstars Solutions.





 
          Copyright ® 1999-2010. Fixstars Corporation. All rights reserved.
YDL.net Fixstars Corporation