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 8. Testing the Super Cluster

This chapter discusses how to test the super cluster (see definition in Appendix). Initially, you will shut down the entire supercomputer by sequentially using the shutdown -h now command at each node, and then reenergize the super cluster to reinitialize the machine as it progresses through its start up sequence. After the nodes are up-and-running, you will then engage multiple nodes using the -H command to run/test the super cluster by eviscerating the time need to solve the π function. Finally, you will create convenience bash files to facilitate ease of use of your supercomputer.

In this chapter, you will learn:

  • How to use the shutdown -h now command to shut down your Pis

  • How to engage multiple cores/nodes, using the -H command, to solve the MPI π function in record time

  • How to create convenience bashfiles for enhancing the user experience, while operating the supercomputer