Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xxirii authored Dec 15, 2023
1 parent 9a0c19f commit e9c120c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercices/mpi/python/8_reduce_com/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
# __________________________________
# Réduction MPI

integration = comm.reduce(local_integration, op=MPI.SUM, root=0)
integration = ???

# Affichage du résultat depuis le rang 0

Expand Down

0 comments on commit e9c120c

Please sign in to comment.