About this document
Parallel Programming for Matrix Addition by Shovan Prita Paul is a document available to read on EtoBox.
The assignment focuses on exploring and implementing matrix addition using various parallel programming models on a 4-core processor, comparing their performance, scalability, and efficiency. It includes sequential execution, shared memory parallelism with OpenMP, and distributed memory communication with MPI, both point-to-point and collective operations. The results indicate that MPI implementations consistently outperform both sequential and OpenMP approaches, especially as matrix sizes increase.
- Author
- Shovan Prita Paul
- Language
- EN