Skip to content

Commit d8070fc

Browse files
committed
testing Cori (WIP)
1 parent 3b5a2a5 commit d8070fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pySDC/playgrounds/other/nonblocking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def main():
1313
req = comm.isend(data, dest=1)
1414
req.wait()
1515
elif rank == 1:
16-
# data = comm.recv(source=0)
16+
data = comm.recv(source=0)
1717
print(data)
1818
#
1919
# if rank == 0:

0 commit comments

Comments
 (0)