Skip to content

Latest commit

 

History

53 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Parallel 9 point stencil solver using various HPC paradigms

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages