Parallel Computing
06/26/2020
Parallel Computing on Hypercube Multiprocessors
![](https://a7bf15aabf.cbaul-cdnwnd.com/ef9821dc64ec8879f9bb078b6a7a3b24/200000037-b669ab669c/978-0-387-09766-4_8_Part_Fig1-408_HTML.gif?ph=a7bf15aabf)
A hypercube parallel computer is a network of processors, each with only local memory, whose activities are coordinated by messages the processors send between themselves. The interconnection network corresponds to the edges of an n-dimensional cube with a processor at each vertex. The computation of a cross products matrix is an important part of many applications in statistics and provides a simple yet interesting example of a hypercube algorithm. This example is presented to illustrate the concepts in programming of a hypercube.
Source Code:
https://github.com/Yahya-alhinai/Hypercube