ryant26 / ece420Lab3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# ECE 420 Lab 3
## Authors: Jared Cuglietta (1282916), Ryan Thornhill (1304096)

## Info
This is a multithreaded implementation of the asynchronous Gauss-Jordan elimination 

## How to build:
From the main directory run 'make' to generate the main executable in the root directory.

From the main directory run `make all`. This will create all executables in the bin directory.
You can also run make clean all. To perform a rebuild.

## How to run:
From the main directory run `./main <number of threads>` or 'bin/main <number of threads>' depending on which make target was run

## Other notes:
See readme in sdk directory on how to generate matrix input file, and test results.

About


Languages

Language:Python 97.3%Language:C 2.6%Language:Makefile 0.1%Language:C++ 0.1%