Project of Multi-core Programming Course - Fall 2023
| Name | Student ID |
|---|---|
| Mohammad Parsa Bashari | 400104812 |
| Amirhossein Koochakian | 400105199 |
Simply clone and make the project using the following command:
# to clone the project
$ git clone https://github.com/parsabsh/MIS-cuda.git
# to run the project
$ make
# to clean the environment
$ make cleanYou can find the complete documentation in Documentation.pdf.