Skip to content

jasrodis/mpi-image-convolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published