Skip to content

Mutual exclusion within ring topology - Ping-Pong algorithm (Misra 1983).

Notifications You must be signed in to change notification settings

mateusz-kleinert/ping-pong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ping-pong

Mutual exclusion within ring topology - Ping-Pong algorithm (Misra 1983).

How to compile and run:

mpic++ main.cpp -std=c++11
mpirun -n [proc_num] ./a.out [--ping] [--pong]

--ping and --pong turn on message lost simulation

About

Mutual exclusion within ring topology - Ping-Pong algorithm (Misra 1983).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages