Преглед изворни кода

Document the MPI case for starpu_fxt_tool

Samuel Thibault пре 12 година
родитељ
комит
c796bf4fd9
1 измењених фајлова са 7 додато и 0 уклоњено
  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}.