Skip to content

Carlos-SE/MPIandCPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FILÓSOFOS

PRÁCTICA 3 SCD

Consiste en un programa con 5 filósofos y 5 tenedores. Cada filósofo pide el de su izq. y der. y comparten tenedores de a uno con el filósofo que tengan al lado.

COMPILE

mpicxx -std=c++11 file.cpp

RUN

mpirun -np 10 file

->if previous doesn't work try next:

mpirun --oversubscribe -np 10 file

About

Concurrent and ditributed systems - practice 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages