This repository contains work for the parallel systems course taught in Department of Informatics & Telecommunications @ University of Athens on winter semester 2014 - 2015. It is a C implementation of parallel image convolution using the MPI framework.
To compile the project you will need:
- CMake
- MPI
Instructions:
cd build/
cmake ..
make