ソースを参照

add path for basic examples before installation

Samuel Thibault 14 年 前
コミット
c9d232f0b7
共有1 個のファイルを変更した5 個の追加4 個の削除を含む
  1. 5 4
      doc/starpu.texi

+ 5 - 4
doc/starpu.texi

@@ -438,12 +438,13 @@ accessible with the following commands:
 @node Running a basic StarPU application
 @section Running a basic StarPU application
 
-Basic examples using StarPU have been built in the directory
-@code{$prefix_dir/lib/starpu/examples/}. You can for example run the
-example @code{vector_scal}.
+Basic examples using StarPU are built in the directory
+@code{examples/basic_examples/} (and installed in
+@code{$prefix_dir/lib/starpu/examples/}). You can for example run the example
+@code{vector_scal}.
 
 @example
-% $prefix_dir/lib/starpu/examples/vector_scal
+% ./examples/basic_examples/vector_scal
 BEFORE : First element was 1.000000
 AFTER First element is 3.140000
 %