From 2281bcde8f131e06b1007dd27cea7b63dcdadf6e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pavel=20Gajdu=C5=A1ek?= <gajdusek.pavel@gmail.com>
Date: Wed, 13 Sep 2017 14:36:20 +0200
Subject: [PATCH] ZKONTROLOVAT PRIKLAD NA MPI - NOVY... (neni v salomonu
 prikladu..)

---
 docs.it4i/anselm/software/mpi/mpi4py-mpi-for-python.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs.it4i/anselm/software/mpi/mpi4py-mpi-for-python.md b/docs.it4i/anselm/software/mpi/mpi4py-mpi-for-python.md
index 36769b8d2..591e0cd47 100644
--- a/docs.it4i/anselm/software/mpi/mpi4py-mpi-for-python.md
+++ b/docs.it4i/anselm/software/mpi/mpi4py-mpi-for-python.md
@@ -144,7 +144,7 @@ else:
     total = None
 
 comm.Barrier()
-#collect the partial results to total sum
+#collect the partial results and add to the total sum
 comm.Reduce(summ, total, op=MPI.SUM, root=0)
 
 stop_time = time.time()
-- 
GitLab