Book Image

Build Supercomputers with Raspberry Pi 3

By : Carlos R. Morrison
Book Image

Build Supercomputers with Raspberry Pi 3

By: Carlos R. Morrison

Overview of this book

Author Carlos R. Morrison (Staff Scientist, NASA) will empower the uninitiated reader to quickly assemble and operate a Pi3 supercomputer in the shortest possible time. The lifeblood of a supercomputer, the MPI code, is introduced early, and sample MPI code provides additional practice opportunities for you to test the effectiveness of your creation. You will learn how to configure various nodes and switches so that they can effectively communicate with each other. By the end of this book, you will have successfully built a supercomputer and the various applications related to it.
Table of Contents (20 chapters)
Build Supercomputers with Raspberry Pi 3
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Dedication
Preface
6
Creating a Mountable Drive on the Master Node

Chapter 3. Preparing the Initial Two Nodes

Building a multi-node Pi2 or Pi3 supercomputer requires configuring, initially, the first two nodes (master and first slave). The slave1 disk image (more on this later) can then be cloned for producing any number of remaining slave nodes, as you expand the processing capacity of the super stack. In the ensuing paragraphs, you will be presented with a list of parts. You will learn about the origin of the Pi microcomputer and its technical specs. Additionally, you will be instructed on how to configure the master Pi node, in preparation for transferring the requisite test codes from the main PC to the master node, and finally, you will configure the first slave node to create a two-node supercomputer.

In this chapter, you will learn about the following topics:

  • The list of parts required for the Pi2 or Pi3 supercomputer

  • The origin of the Pi microcomputer

  • The critical specs of the Pi processor

  • How to configure the master node

  • How to transfer the requisite...