avestura / mpich-playground

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:C 94.8%Language:Shell 5.2%