~ubuntu-branches/ubuntu/saucy/starpu-contrib/saucy

« back to all changes in this revision

Viewing changes to doc/chapters/installing.texi

  • Committer: Package Import Robot
  • Author(s): Samuel Thibault
  • Date: 2012-04-12 15:04:15 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120412150415-gzp107thb5wknugm
Tags: 1.0.1-1
* New upstream release.
* Explicitly use gcc-4.6 to fix plugin build (Closes: Bug#667381).
* Use gcc-4.5 for starpu, as nvcc does not actually support all 4.6
  features, notably not __float128.
* patches/relax-gcc-plugin: Relax gcc-4.6 dependency for plugins to upstream
  release version (Closes: #670422)
* watch: Fix URL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
@c This file is part of the StarPU Handbook.
4
4
@c Copyright (C) 2009--2011  Universit@'e de Bordeaux 1
5
5
@c Copyright (C) 2010, 2011, 2012  Centre National de la Recherche Scientifique
6
 
@c Copyright (C) 2011 Institut National de Recherche en Informatique et Automatique
 
6
@c Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
7
7
@c See the file starpu.texi for copying conditions.
8
8
 
9
9
@menu
42
42
should be done only if you need the very latest changes (i.e. less
43
43
than a day!).@footnote{The client side of the software Subversion can
44
44
be obtained from @indicateurl{http://subversion.tigris.org}. If you
45
 
are running on Windows, you will probably prefer to use TortoiseSVN
46
 
from @indicateurl{http://tortoisesvn.tigris.org/}}.
 
45
are running on Windows, you will probably prefer to use
 
46
@url{http://tortoisesvn.tigris.org/, TortoiseSVN}.}.
47
47
 
48
48
@example
49
49
% svn checkout svn://scm.gforge.inria.fr/svn/starpu/trunk
52
52
@node Optional dependencies
53
53
@subsection Optional dependencies
54
54
 
55
 
The topology discovery library, @code{hwloc}, is not mandatory to use StarPU
56
 
but strongly recommended. It allows to increase performance, and to
57
 
perform some topology aware scheduling.
58
 
 
59
 
@code{hwloc} is available in major distributions and for most OSes and can be
60
 
downloaded from @indicateurl{http://www.open-mpi.org/software/hwloc}.
 
55
The @url{http://www.open-mpi.org/software/hwloc, @code{hwloc} topology
 
56
discovery library} is not mandatory to use StarPU but strongly
 
57
recommended.  It allows for topology aware scheduling, which improves
 
58
performance.  @code{hwloc} is available in major free operating system
 
59
distributions, and for most operating systems.
61
60
 
62
61
@node Configuration of StarPU
63
62
@section Configuration of StarPU