Skip to content

avestura/mpich-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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