Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Homework 2

This assignment naively solves a randomized matrix equation using Gauss-Jordan elimination.

Setup and Execution

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.