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

SLEPc – a library for Eigenvalue problems

SLEPc stands for Scalable Library for Eigenvalue Problem Computations. With this library, it is possible to solve Eigenvalues and Eigenvectors. These problems are infamous in quantum mechanics. Before we go a little into details, we will download, configure, and compile the SLEPc extension library.

Downloading and configuring SLEPc

Download Version 3.4.4 from http://www.grycap.upv.es/slepc/download/download.htm.

Note

SLEPc and PETSc must match in their main and first subversions. So, 3.4.4 and 3.4.1 are fine, and 3.5 and 3.1 will probably not work.

To install SLEPc, extract the archive with the following command:

tar –xf petsc-3.4.4.tar.gz

Go to the petsc-3.4.4 subdirectory and type the following:

export PETSC_DIR=/var/mpishare/petsc-3.4.1
export PETSC_ARCH=arm-shared
export SLEPC_DIR=/var/mpishare/slepc-3.4.4
./configure

This takes only a minute.

Tip

In order to install SLEPc, PETSc must already be compiled!

The configure script will finish...

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