Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 450 Bytes

File metadata and controls

12 lines (8 loc) · 450 Bytes

Custer Computing Exercises

This repo contains work on Cluster Computing using OpenMP and openMPI libraries for the lab projects in Claster Computing course

Project 1

Implementation of matrix multiplication and unfolded matrix multiplication functions to compare performance

Project 2

Implementation of the High Performance FFT using openMP threads

Project 3

Implementation of Sparse matrix multiplication on a cluster using openMPI