Parallel Computing
06/26/2020
Parallel Computing on Hypercube Multiprocessors

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