Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vtramo/parallel-and-distributed-computing-experiments
Parallel and distributed computing problems with C and OpenMPI
https://github.com/vtramo/parallel-and-distributed-computing-experiments
c openmpi openmpi-cpu-clusters parallel-computing parallel-programming performance-testing shell-scripting testing
Last synced: 3 days ago
JSON representation
Parallel and distributed computing problems with C and OpenMPI
- Host: GitHub
- URL: https://github.com/vtramo/parallel-and-distributed-computing-experiments
- Owner: vtramo
- Created: 2022-10-14T00:20:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-29T16:48:08.000Z (about 2 years ago)
- Last Synced: 2024-11-17T08:25:59.892Z (2 months ago)
- Topics: c, openmpi, openmpi-cpu-clusters, parallel-computing, parallel-programming, performance-testing, shell-scripting, testing
- Language: C
- Homepage:
- Size: 3.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parallel & Distributed Computing Experiments
Programs written in C with [OpenMPI](https://www.open-mpi.org/)Resolution and testing of the following parallel and distributed computing problems:
- **parallel-sum** with different strategies
- **parallel-vector-matrix-product** with OpenMPI
- **parallel-vector-matrix-product-openmp** with OpenMP
- **broadcast-multiply-rolling** with OpenMPI