|
@@ -46,7 +46,7 @@ $ wget http://starpu.gforge.inria.fr/testing/starpu-nightly-latest.tar.gz
|
|
|
@end example
|
|
|
|
|
|
And finally, current development version is also accessible via svn.
|
|
|
-It should be done only if you need the very latest changes (i.e. less
|
|
|
+It should be used only if you need the very latest changes (i.e. less
|
|
|
than a day!)@footnote{The client side of the software Subversion can
|
|
|
be obtained from @url{http://subversion.tigris.org}. If you
|
|
|
are running on Windows, you will probably prefer to use
|
|
@@ -65,12 +65,12 @@ recommended. It allows for topology aware scheduling, which improves
|
|
|
performance. @code{hwloc} is available in major free operating system
|
|
|
distributions, and for most operating systems.
|
|
|
|
|
|
-If hwloc is not available on your system, the option
|
|
|
+If @code{hwloc} is not available on your system, the option
|
|
|
@code{--without-hwloc} should be explicitely given when calling the
|
|
|
-configure script. If hwloc is installed with a @code{pkg-config} file,
|
|
|
+@code{configure} script. If @code{hwloc} is installed with a @code{pkg-config} file,
|
|
|
no option is required, it will be detected automatically, otherwise
|
|
|
-the @code{with-hwloc=prefix} should be used to specify the location
|
|
|
-of hwloc.
|
|
|
+@code{with-hwloc=prefix} should be used to specify the location
|
|
|
+of @code{hwloc}.
|
|
|
|
|
|
@node Configuration of StarPU
|
|
|
@section Configuration of StarPU
|
|
@@ -108,7 +108,7 @@ is advised to to put them all in a separate directory. It is then
|
|
|
easier to cleanup, and this allows to compile several configurations
|
|
|
out of the same source tree. For that, simply enter the directory
|
|
|
where you want the compilation to produce its files, and invoke the
|
|
|
-configure script located in the StarPU source directory.
|
|
|
+@code{configure} script located in the StarPU source directory.
|
|
|
|
|
|
@example
|
|
|
$ mkdir build
|