In the last chapter, we learned the history and philosophy of supercomputers. We also learned important concepts related to supercomputing.
In this short chapter, we will get started with installing necessary packages and libraries on a Raspberry Pi. We will install MPI4PY, which is a Python library for MPI. Finally, we will install the utility nmap for node discovery.
Message Passing Interface
The Message Passing Interface Standard (MPI) is a message passing library standard based on the recommendations of the MPI Forum. The MPI Forum has over 40 participating ...