Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 391 Bytes

readme.md

File metadata and controls

11 lines (7 loc) · 391 Bytes

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