Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Build Supercomputers with Raspberry Pi 3

You're reading from   Build Supercomputers with Raspberry Pi 3 A step-by-step guide that will enhance your skills in creating powerful systems to solve complex issues

Arrow left icon
Product type Paperback
Published in Mar 2017
Publisher Packt
ISBN-13 9781787282582
Length 254 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Carlos R. Morrison Carlos R. Morrison
Author Profile Icon Carlos R. Morrison
Carlos R. Morrison
Arrow right icon
View More author details
Toc

Table of Contents (13) Chapters Close

Preface 1. Getting Started with Supercomputing FREE CHAPTER 2. One Node Supercomputing 3. Preparing the Initial Two Nodes 4. Static IP Address and Hosts File Setup 5. Creating a Common User for All Nodes 6. Creating a Mountable Drive on the Master Node 7. Configuring the Eight Nodes 8. Testing the Super Cluster 9. Real-World Math Application 10. Real-World Physics Application 11. Real-World Engineering Application A. Appendix

Summary


In this chapter, we learned how to create a mountable drive on the master node. To accomplish this task, we employed several Linux commands, such as mkdir, used for making an export drive folder, chown, used for changing ownership of the export drive from the root user to a new user, and rpcbind, which allowed the master Pi to export the MPI codes to the slave nodes. We also learned how to edit the exports file that was used to facilitate exporting the MPI codes on the master node to the slave nodes. We learned how to use the nfs-kernel-server command after editing the exports file. We edited the rc.local file, which is a bootup script, that was used to make the master node mountable. We learned how to use the mount command to manually mount the export drive containing the MPI codes, cat the command for displaying the contents of files, the cp -a command for copying files/codes to the export folder, and finally, the -H command, used to task any or all cores/nodes to work on a problem...

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 €18.99/month. Cancel anytime