Browse Source

fix references

Samuel Thibault 14 years ago
parent
commit
eb067968b9
1 changed files with 2 additions and 2 deletions
  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.