This assignment naively solves a randomized matrix equation using Gauss-Jordan elimination.
This C code can be compiled using any MPI compiler. It is built with the CMake system. To build the project, call cmake followed by a path to the source directory. To run, call the appropriate MPI run command, e.g. mpirun <executable_name> -n 6.