Advection Solver This project solves 9-point stencil on a torus plane with 3 approaches MPI - Fastest for smaller matrices, second in larger matrices OpenMP - Slowest performance out of all three CUDA - Second in slower matrices, fastest in larger matrices