Various parallel programming programs written in C++ using the OpenMPI library.
Problem | Remarks |
---|---|
Tridiagonal Matrix Solver | Demonstrated strong scaling against the Thomas Algorithm. More Information |
Parrallel Matrix Multiplication | Demonstrated weak scaling against the serial approach. |