Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Building a BeagleBone Black Super Cluster

You're reading from  Building a BeagleBone Black Super Cluster

Product type Book
Published in Nov 2014
Publisher
ISBN-13 9781783989447
Pages 156 pages
Edition 1st Edition
Languages
Author (1):
Andreas J Reichel Andreas J Reichel
Profile icon Andreas J Reichel

The external network storage


When executing multiprocessor applications, every CPU must have access to any software library required. As every CPU means every BBB in our case, every BBB must have access to the same software libraries. If we store those libraries locally, this would:

  • Waste a lot of memory

  • Cause a lot of work if we update something, because we would have to update every single node

  • Generate error sources because some nodes might have other versions installed, leading to inconsistency

To avoid these problems, an external network storage can be used. In this book, we will use a shared Samba folder. Samba can be easily installed on any Linux operating system. Ports for other OSes are also available. You can visit www.samba.org for more information.

In the following text, we will assume that you have a working Samba share on a server in your LAN with the following configuration:

[MPIShare]
comment = MPIShare
browseable = yes
readonly = no
valid users = ubuntu
path = /any_path_you_want_on_your_smb_server...
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 $15.99/month. Cancel anytime}