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

https://github.com/avestura/mpich-playground

📨 Several problems and their solutions in distributed systems area, solved using MPI
https://github.com/avestura/mpich-playground

distributed-algorithms distributed-computing distributed-systems iust matrix message-passing-interface monte-carlo mpi mpich mpich2 openmpi pi pthread pthreads random-walk

Last synced: 2 months ago
JSON representation

📨 Several problems and their solutions in distributed systems area, solved using MPI

Awesome Lists containing this project

README

        

# MPICH Playground

This repo contains several problems and their solutions in distributed systems area, solved using MPI(Message Passing Interface) and C.

## Problems

- **Solving π**: Distributed calculating PI using Monte Carlo (Random Walk) method
- Solved using Ring Topology
- Solved using MPI Reduce
- **Product Matrix**: Distributed calculating product of two large matrix