There was an error while loading. Please reload this page.
1 parent 8682a2e commit 826c302Copy full SHA for 826c302
spawn.py
@@ -32,7 +32,7 @@ def spawn(args, size):
32
# First use a barrier to interact with parent.barrier() in worker_multiple.py
33
intercomm.barrier()
34
35
- # Then use a reduce to show how to pass information back and forth
+ # Then use a gather to show how to pass information back and forth
36
37
results = intercomm.gather(None, root=MPI.ROOT)
38
results = {color: data for color, data in results} # Remove duplicate color info
0 commit comments