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:
90
90
91
91
::
92
92
93
- DEBUG:root:worker0 successfully initialized RPC.
94
93
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
95
99
96
100
Now that we have a skeleton setup of our RPC framework, we can move on to
97
101
sending 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:
99
103
100
104
::
101
105
You can’t perform that action at this time.
0 commit comments