Skip to content

Commit

Permalink
updated screenshots and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adelbke committed Dec 12, 2021
1 parent 08f3b4b commit c52a693
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Même tâche que cae.sh sauf que ce dernier compile avec *-fopenmp* avant d'exé
- Le rôle de la fonction thread_join est d'attendre la fin d'exécution du thread crée poour continuer ensuite l'execution
- replacer l'appel de la fonction pthread_exit par un simple appel d' exit() stopperait tout le programme (processus) dés que le thread crée termine, et donc avant l'affichage du dernier message du thread parent
- Le temps d'exécution du programme de calcul séquentiel est plus rapide car le coût de la création de nouveau threads dépasse l'avantage obtenu par ces derniers vu que le "job" est très simple
- ![console output](scripts/td1/exo1/comparaison_seq_parallel.jpg)
- ![console output](scripts/td1/exo1/comp_seq_para.jpg)


### Exo2
Expand Down
Binary file modified readme.pdf
Binary file not shown.
Binary file added scripts/td1/exo1/comp_seq_para.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed scripts/td1/exo1/comparaison_seq_parallel.jpg
Binary file not shown.
Binary file modified scripts/td1/exo2/time_comparison.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c52a693

Please sign in to comment.