浏览代码

fix references

Samuel Thibault 14 年之前
父节点
当前提交
eb067968b9
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      doc/starpu.texi

+ 2 - 2
doc/starpu.texi

@@ -1196,7 +1196,7 @@ input sizes, by applying a*n^b+c regression over observed execution times.
 @end itemize
 @end itemize
 
 
 How to use schedulers which can benefit from such performance model is explained
 How to use schedulers which can benefit from such performance model is explained
-in section @ref{Task scheduling policy}.
+in @ref{Task scheduling policy}.
 
 
 The same can be done for task power consumption estimation, by setting the
 The same can be done for task power consumption estimation, by setting the
 @code{power_model} field the same way as the @code{model} field. Note: for
 @code{power_model} field the same way as the @code{model} field. Note: for
@@ -1445,7 +1445,7 @@ priority information to StarPU.
 By default, StarPU uses the @code{eager} simple greedy scheduler. This is
 By default, StarPU uses the @code{eager} simple greedy scheduler. This is
 because it provides correct load balance even if the application codelets do not
 because it provides correct load balance even if the application codelets do not
 have performance models. If your application codelets have performance models
 have performance models. If your application codelets have performance models
-(see section @ref{Performance model example} for examples showing how to do it),
+(@pxref{Performance model example} for examples showing how to do it),
 you should change the scheduler thanks to the @code{STARPU_SCHED} environment
 you should change the scheduler thanks to the @code{STARPU_SCHED} environment
 variable. For instance @code{export STARPU_SCHED=dmda} . Use @code{help} to get
 variable. For instance @code{export STARPU_SCHED=dmda} . Use @code{help} to get
 the list of available schedulers.
 the list of available schedulers.