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.
- Host: GitHub
- URL: https://github.com/codename-detective/mpi_hybrid_distributed_memory_systems_numa_pdp
- Owner: CodeName-Detective
- Created: 2024-07-17T23:25:26.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-01T00:43:51.000Z (7 months ago)
- Last Synced: 2025-01-15T20:37:36.633Z (3 months ago)
- Topics: distributed-memory-parallel-programming, mpi, numa, parallel-distributed-computing, parallel-programming
- Language: C++
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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