Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 371 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 371 Bytes

Elections-In-Parallel

A program to calcuate the elections of your country in a parallel way. There is round one and round two.

Data are generated randomly in a file.txt .

To compile:
$ mpicc -o elections elections.c

To run: /* change the number to indicate number of processes.*/
$ mpiexec -n 6 elections