Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 342 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 342 Bytes

MPI for Laplace equation

Utilized parallel programing and computer resource to speed up the finite difference method solver for Laplace equation.

image

Observed that the MPI code performed almost 7 times faster than the serial code.