Skip to content

My parallel implementations using distributed memory for interesting problems, numerical schemes, iterative solvers, etc.

Notifications You must be signed in to change notification settings

Alexandar016/MPI-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Parallel MPI Projects

This project contains three separate implementations focusing on parallel numerical methods using MPI:

  1. Parallel Implementation of Poisson Equation using Jacobi Iterative Solver and MPI in Fortran
  2. Parallel Implementation of Poisson Equation using Jacobi Iterative Solver and MPI in C++
  3. Parallel Implementation of a Random Walk of a Point in a 3D Lattice using MPI (Parallelized in 2D)

Table of Contents

Project Structure

.
├── fortran_poisson_jacobi/
│   ├── Makefile
│   ├── poisson_jacobi.f90
│   └── README.md
├── cpp_poisson_jacobi/
│   ├── Makefile
│   ├── poisson_jacobi.cpp
│   └── README.md
└── random_walk/
    ├── random_walk_3d_mpi.cpp
    └── README.md

About

My parallel implementations using distributed memory for interesting problems, numerical schemes, iterative solvers, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published