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 408af7d commit a6a4c18Copy full SHA for a6a4c18
ring_of_CPUs.py
@@ -83,7 +83,7 @@ def __init__(self, sim_content, N_pieces_per_transfer=1, force_serial = False, c
83
self.comm.Barrier() # wait that all are done with the init
84
85
86
- def init_sim_objects(self):
+ def init_sim_objects(self):
87
88
self.sim_content.init_all()
89
if self.I_am_the_master:
0 commit comments