mpicc
There are 5 repositories under mpicc topic.
PetropoulakisPanagiotis/parallel-convolution
Parallel Convolution using MPI and OpenMP
juanmanzanero/OpenMP-MPI-training
Compilation of sample OpenMP-MPI guidelines and codes
mrRodrigo/openMp-MPI
Calculate area of Mandlebrot in parallel by OpemMP and MPI.
kucukaslan/cs426_pj1
The project consist of two parts to explore MPI and parallel programming concepts. In both parts I wrote a program in serial, then parallelized it using MPI library with C.
PanagiotisDrakatos/Kernel_Image_Convolution
In image processing, a kernel, convolution matrix, or mask is a small matrix. It is used for blurring, sharpening, embossing, edge detection, and more. This is accomplished by doing a convolution between a kernel and an image.