panagiotou23 / pds_project1

Parallel and Distributed System's Project 1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pds_project1

Parallel and Distributed System's Project 1

Usage

Clone the repository into your the directory of your choosing with

git clone https://github.com/panagiotou23/pds_project1.git

Move into the directory with

cd pds_project1

Use the Makefile to build the main executable with

make

Run the program with the default number of threads with

./test path/to/matrix

Or Run with controlled number of threads with

./main path/to/.mtx_file num_of_threads

About

Parallel and Distributed System's Project 1

License:MIT License


Languages

Language:C 89.2%Language:Dockerfile 10.1%Language:Makefile 0.7%