1407arjun / MPI-Distributed-Computing

Collection of distributed message passing implementations of various problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MPI Distributed Computing Examples

Compiling and running a solution

mpicc -o solution solution.c
mpirun -np 3 solution # followed by args, -np takes in number of processes

About

Collection of distributed message passing implementations of various problems


Languages

Language:C 100.0%