Skip to content

An MPI program to calculate the winners of elections in parallel.

Notifications You must be signed in to change notification settings

prime-hacker/Elections-In-Parallel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An MPI program to calculate the winners of elections in parallel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages