Skip to content

Projects

Projects that I have done so far and enjoyed:

2024

  • Distributed memory parallelization of Lax-Wendroff Flux Reconstruction
    • Performed parallelisation of the code for Lax-Wendroff Flux Reconstruction method for solving hyperbolic conservation laws for 1D and 2D cases using Message Passing Interface (MPI).
    • Improved execution time of code by 13 times on a multicore architecture with efficiency of 82% on cartesian and curvilinear meshes
    • The project report can be accessed here.

2023

Some Other Codes (2024)

  • This repository here, contains code for Message Passing Interface (MPI) in Julia.
    • From simple implementations of MPI routines to code for Linear-advection equation in serial and parallel (MPI) are there.
    • Codes for parallelization using Remote Memory Access (RMA), which is included in MPI 3.0, are also there for Linear Advection equation (1D and 2D).