We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5a2a5 commit d8070fcCopy full SHA for d8070fc
pySDC/playgrounds/other/nonblocking.py
@@ -13,7 +13,7 @@ def main():
13
req = comm.isend(data, dest=1)
14
req.wait()
15
elif rank == 1:
16
- # data = comm.recv(source=0)
+ data = comm.recv(source=0)
17
print(data)
18
#
19
# if rank == 0:
0 commit comments