Written in C as an assignment for the module Concurrent Systems I - CSU33014, Assignment 2 in Trinity College Dublin.
- To run c programme, ensure you are running on intel architecutre and have gcc installed, openmp, and SIMD SSE1-4.2 are used.
- Compile and run using
make run
- For graphing data, ensure python 3 is installed with pip and
install requirements of python
pip install -r requirements.txt
- Run graphing using
python lineplot.py/boxplot.py file1.txt
- To uninstall python dependencies run
pip uninstall -r requirements.txt
Alexander Sepelenco sepelena@tcd.ie
Niall Sauvage sauvagen@tcd.ie
This repo is licensed under MIT License. You may have our work and use it how you will making sure to follow the license and crediting us.
Most of the code is not ours, and it is written by David Gregg, our professor. The code that we have changed would be student_conv. All rights reserved to David Gregg.