Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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