Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xxirii authored Dec 8, 2023
1 parent 92ba8aa commit c3bbf3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercices/mpi/python/2_embarrassingly_parallel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Ce deuxième exercice va mettre en pratique la notion de partage du travail dans
Chaque rang va recevoir une quantité de travail indépendante à effectuer.
La quantité de travail est bien répartie entre les processus.
Le temps total sera mesuré avec la fonction MPI correspondante.
Pour cela, nous repoartons de l'exercice précédent.
Pour cela, nous repartons de l'exercice précédent.

1. Calculez le nombre d'éléments sur chaque processus `local_N` en fonction du nombre total `N` et du nombre de rangs `number_of_ranks`.

Expand Down

0 comments on commit c3bbf3f

Please sign in to comment.