Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T18:15:01.000Z (4 months ago)
- Last Synced: 2024-08-26T21:24:41.778Z (4 months ago)
- Topics: distributed-memory-parallel-programming, mpi, numa, parallel-distributed-computing, parallel-programming
- Language: C++
- Homepage:
- Size: 25.4 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