瀏覽代碼

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}.