Przeglądaj źródła

Document the MPI case for starpu_fxt_tool

Samuel Thibault 12 lat temu
rodzic
commit
c796bf4fd9
1 zmienionych plików z 7 dodań i 0 usunięć
  1. 7 0
      doc/chapters/perf-feedback.texi

+ 7 - 0
doc/chapters/perf-feedback.texi

@@ -309,6 +309,13 @@ $ vite paje.trace
 To get names of tasks instead of "unknown", fill the optional @code{name} field
 of the codelets, or use a performance model for them.
 
+In the MPI execution case, collect the trace files from the MPI nodes, and
+specify them all on the @code{starpu_fxt_tool} command, for instance:
+
+@smallexample
+$ starpu_fxt_tool -i filename1 -i filename2
+@end smallexample
+
 By default, all tasks are displayed using a green color. To display tasks with
 varying colors, pass option @code{-c} to @code{starpu_fxt_tool}.