Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 288 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 288 Bytes

Parallel Poisson Solver

A 3D Poisson's Equation Iterative Solver implemented in parallel using MPI. Usses Jacobi iteration to solve the problem.


How to Run:

  • Tested on gcc + Microsoft MPI
  • Run directly from command line
  • Best performance is seen for no. of threads = 4