shaswat-indian / DC-Lab

Repository containing Distributed Computing Lab programs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DC-Lab

Repository containing Distributed Computing Lab programs.

To execute OMP programs use the following commands

gcc -fopenmp <fileName.c>
./a.out

To execute MPI programs use the following commands

mpicc <fileName.c> -o <fileName>
mpirun -np 4 ./<fileName>

About

Repository containing Distributed Computing Lab programs.


Languages

Language:C 100.0%