View on GitHub

Lu Decomposition

LU decomposition of a large matrix using OpenMP and MPI

Download this project as a .zip file Download this project as a tar.gz file

Parallel Implementation of LU decomposition

Basics

Sequential Implementation

Sequential Decomposition Algorithm

OpenMP Implementation

OpenMP Decomposition Algorithm

MPI Implementation

MPI Decomposition Algorithm

Comparison

Scalability

LU factorization algorithm has a great extent of parallelization when scaled appropriately.