/mpi-image-convolution

Parallel systems university project

Primary LanguageC

Parallel image convolution with MPI

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.

Compilation

To compile the project you will need:

  • CMake
  • MPI

Instructions:

cd build/
cmake ..
make