Skip to content

This project takes place in the teaching unit Distributed Algorithms at Lyon 1 University.

Notifications You must be signed in to change notification settings

B2RJ/Algorithmique-Distribuee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithmique-Distribuee

This project takes place in the teaching unit Distributed Algorithms at Lyon 1 University.
We have to implement different algorithm with a base code provides by the teachers.

My report is inside the report folder.

Toutes les commandes suivantes sont à faire depuis la racine du dossier.

All the commands line are to be use since the root.

To compile the exercice 1 : dmd -of=./out/exercice1 ./src/exercice1.d
To execute the exercice 1 : ./out/exercice1
To compile the exercice 2 : dmd -of=./out/exercice2 ./src/exercice2.d
To execute the exercice 2 : ./out/exercice2
To compile the exercice 2 with sleep : dmd -of=./out/exercice2sleep ./src/exercice2sleep.d
To execute the exercice 2 with sleep : ./out/exercice2sleep
To compile the exercice 2 with activate sleep : dmd -of=./out/exercice2sleep2 ./src/exercice2sleep2.d
To execute the exercice 2 with activate sleep : ./out/exercice2sleep
To compile the exercice 3 : dmd -of=./out/exercice3 ./src/exercice3.d
To execute the exercice 3 : ./out/exercice3

To calculate averages over 100 iterations :
Exercice 1 : ./script/exercice1.sh
Exercice 2 : ./script/exercice2.sh
Exercice 2 with sleep : ./script/exercice2sleep.sh
Exercice 2 with activate sleep : ./script/exercice2sleep2.sh
Exercice 3 : ./script/exercice3.sh

The folder "other" contains the XMind file inside the report.

About

This project takes place in the teaching unit Distributed Algorithms at Lyon 1 University.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published