aboutsummaryrefslogtreecommitdiff
path: root/Tools/plot_parallel.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Tools/plot_parallel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/plot_parallel.py b/Tools/plot_parallel.py
index b7ae42c0c..494f2717d 100644
--- a/Tools/plot_parallel.py
+++ b/Tools/plot_parallel.py
@@ -220,7 +220,7 @@ def reduce_evolved_quantity(z, q):
global_q = np.empty_like(q)
comm_world.Reduce(z, global_z, op=MPI.MAX)
comm_world.Reduce(q, global_q, op=MPI.MAX)
- return z, q
+ return global_z, global_q
else:
return z, q