File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -190,14 +190,14 @@ command directly:
190
190
Currently, we support two modes for the analyzer script. The first mode allows the script to apply some heuristics to the parsed flight
191
191
recorder dumps to generate a report identifying potential culprits for the timeout. The second mode is simply outputs the raw dumps.
192
192
By default, the script prints flight recoder dumps for all ranks and all ``ProcessGroups``(PGs). This can be narrowed down to certain
193
- ranks and PGs using the *--selected-ranks* argument. An example command is:
193
+ ranks and PGs using the *--selected-ranks* argument for ranks and *--pg-filters* argument for PGs . An example command is:
194
194
195
195
Caveat: tabulate module is needed, so you might need pip install it first.
196
196
197
197
.. code:: shell
198
198
199
- python fr_trace.py <dump dir containing trace files> -j [--selected-ranks i j k ...]
200
- torchfrtrace <dump dir containing trace files> -j [--selected-ranks i j k ...]
199
+ python fr_trace.py <dump dir containing trace files> -j [--selected-ranks i j k ...] [--pg-filters tp dp]
200
+ torchfrtrace <dump dir containing trace files> -j [--selected-ranks i j k ...] [--pg-filters 0 2]
201
201
202
202
Conclusion
203
203
----------
You can’t perform that action at this time.
0 commit comments