Skip to content

areltfc/philosophers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Philosophers

A problem with threads

A school project in which threads have to share memory space and mutexes.

How to compile?

Just run this in the philosophers folder

$ make

To clean it up, run

$ make fclean

How to run philosophers?

You first need to export the library used by the program:

$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`pwd`/lib

Project realised in February/March 2018 by Charles CASTELAIN and (yours truly) Arthur DELATTRE