Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 475 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 475 Bytes

Advection Solver

This project solves 9-point stencil on a torus plane with 3 approaches

  1. MPI - Fastest for smaller matrices, second in larger matrices
  2. OpenMP - Slowest performance out of all three
  3. CUDA - Second in slower matrices, fastest in larger matrices