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 ScaLAPACK

To install ScaLAPACK, you can download it from netlib at http://www.netlib.org/scalapack/#_scalapack_version_2_0_2.

Download the source tarball into a folder in your /var/mpishare directory, and extract it into a convenient directory, for example, /var/mpishare/sca. As ScaLAPACK depends on many different libraries, it might not be easy to compile it successfully. To simplify things, there is a handy setup script written in Python. You can download it from http://www.netlib.org/scalapack/scalapack_installer.tgz.

Extract the installer script into the source directory of ScaLAPACK. Then, you can run the script with the following command:

./setup.py --prefix=/var/mpishare/sca 
--mpiincdir=/usr/include/mpi/ --downall

The prefix option tells the setup script where to install the ScaLAPACK libraries, which will be a subdirectory called lib below this folder. The mpiincdir command specifies the location of the OpenMPI include files, and the downall option tells...

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