Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Building a BeagleBone Black Super Cluster

You're reading from   Building a BeagleBone Black Super Cluster Build and configure your own parallel computing Beowulf cluster using BeagleBone Black ARM systems

Arrow left icon
Product type Paperback
Published in Nov 2014
Publisher
ISBN-13 9781783989447
Length 156 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Andreas J Reichel Andreas J Reichel
Author Profile Icon Andreas J Reichel
Andreas J Reichel
Arrow right icon
View More author details
Toc

Table of Contents (9) Chapters Close

Installing and configuring OpenMPI

The following subsection will guide you through the process of downloading and configuring the OpenMPI package in Ubuntu. It will also provide you with basic programming examples in order to create simple cluster applications and make you understand the basic usage and functioning of the MPI standard interface.

Downloading and installing OpenMPI packages

Thankfully, OpenMPI is regarded as a standard package under Ubuntu Linux. You can download a precompiled version with the following command:

sudo apt-get install openmpi1.5-bin openmpi1.5-doc libopenmpi1.5-dev

Keep in mind that this has to be done on every single node. You can also execute commands using the ssh command from your master node.

For the following tutorial, let's assume that you have the following network setup:

  • 192.168.0.16: This is your master node with the name gatekeeper
  • 192.168.0.17: This is your first slave node with the name beowulf1
  • 192.168.0.18: This is your second slave node with the...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image