Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codename-detective/mpi_hybrid_distributed_memory_systems_numa_pdp

Parallel Algorithms for Distributed Memory Hybrid systems using MPI.
https://github.com/codename-detective/mpi_hybrid_distributed_memory_systems_numa_pdp

distributed-memory-parallel-programming mpi numa parallel-distributed-computing parallel-programming

Last synced: about 1 month ago
JSON representation

Parallel Algorithms for Distributed Memory Hybrid systems using MPI.

Awesome Lists containing this project

README

        

# MPI Hybrid Distributed Memory Systems NUMA Parallel & Distributed Programming

Parallel Algorithms for Distributed Hybrid Memory systems using MPI.

Implemented Algorithms:
- 2d Heat Diffusion
- Concurrent Wave Equation
- Gaussian Eliminaiton (Normal and Cyclic Stripped)
- Jacobi Iteration
- Pi Calculation
- Prime Number Generation
- Sorting
- Matrix Vector Multiplication (TBD)
- Matrix Matrix Multiplication (TBD)

Benchmarking:
- Assessed Amdahl’s law and Gustafson’s Law using Strong Scaling and Weak Scaling respectively
- Speed Up
- Efficiency
- FLOPS