Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codename-detective/openmp_shared_memory_systems_numa_pdp
Parallel Algorithms for Shared Memory systems using OpenMP.
https://github.com/codename-detective/openmp_shared_memory_systems_numa_pdp
numa openmp parallel-distributed-computing parallel-programming shared-memory
Last synced: about 2 months ago
JSON representation
Parallel Algorithms for Shared Memory systems using OpenMP.
- Host: GitHub
- URL: https://github.com/codename-detective/openmp_shared_memory_systems_numa_pdp
- Owner: CodeName-Detective
- Created: 2024-06-28T22:25:58.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T23:29:28.000Z (6 months ago)
- Last Synced: 2024-07-18T03:02:08.119Z (6 months ago)
- Topics: numa, openmp, parallel-distributed-computing, parallel-programming, shared-memory
- Language: C++
- Homepage:
- Size: 856 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenMP Shared Memory Systems NUMA Parallel & Distributed Programming
Parallel Algorithms for Shared Memory systems using OpenMP.Implemented Algorithms:
- Pi Numerical Methods
- Pi Monte Carlo
- Linked List Traversing
- Mandlebrot Set Area
- Producer Consumer Concurrent Communication Protocol
- Matrix-Vector Multiplication
- Matrix-Matrix Multiplication
- Recursive Matrix-Matrix Multiplication
- Strassen Matrix-Matrix Multiplication
- 2D ConvolutionBenchmarking:
- Assessed Amdahl’s law and Gustafson’s Law using Strong Scaling and Weak Scaling respectively
- Speed Up
- Efficiency
- FLOPS