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

Example programs


To understand the possibilities of deal.II, it's best that we have a look at some of the standard example files that come with the package. You will see the /var/mpishare/deal.II/examples folder in your source directory tree. Go there and enter the directory of the first example called step-1.

As you have seen in the previous chapters, it is a time-consuming action to always specify every single link library when compiling your programs. Also, when you have programs with more than one object file, compiling this way will soon get annoying and unmanageable. However, there is a far better way to generate software, namely using the so-called makefiles.

Using makefiles

A makefile is nothing but a file that contains all the compiler and linker information. It is a special file that is processed by a program called make. This program can be understood to be a simple command interpreter that makes software creation more flexible and convenient.

If you open the /var/mpishare/deal.II...

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