File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -90,12 +90,16 @@ Running the above program should present you with the following output:
9090
9191::
9292
93- DEBUG:root:worker0 successfully initialized RPC.
9493 DEBUG:root:worker1 successfully initialized RPC.
94+ DEBUG:root:worker0 successfully initialized RPC.
95+ DEBUG:root:Rank 0 waiting for workers and shutting down RPC
96+ DEBUG:root:Rank 1 waiting for workers and shutting down RPC
97+ DEBUG:root:Rank 1 shutdown RPC
98+ DEBUG:root:Rank 0 shutdown RPC
9599
96100Now that we have a skeleton setup of our RPC framework, we can move on to
97101sending RPCs back and forth and using the profiler to obtain a view of what's
98- happening under the hood. Let's add to the above " worker" function:
102+ happening under the hood. Let's add to the above `` worker `` function:
99103
100104::
101105
You can’t perform that action at this time.
0 commit comments