~ubuntu-branches/ubuntu/hardy/suitesparse/hardy

« back to all changes in this revision

Viewing changes to CHOLMOD/README.txt

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere, Rafael Laboissiere, Ondrej Certik
  • Date: 2008-02-21 14:46:50 UTC
  • mfrom: (1.1.2 upstream) (5.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080221144650-tgeppgj0t7s759i8
Tags: 3.1.0-3
[ Rafael Laboissiere ]
* Upload to unstable

[ Ondrej Certik ]
* XS-DM-Upload-Allowed: yes field added
* Ondrej Certik added to uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
CHOLMOD: a sparse CHOLesky MODification package 
2
 
Version 1.5, May 31, 2007.  Copyright (c) 2005-2007.
 
2
Version 1.6, Nov 1, 2007.  Copyright (c) 2005-2007.
3
3
-----------------------------------------------
4
4
 
5
5
    CHOLMOD is a set of routines for factorizing sparse symmetric positive
34
34
METIS is authored by George Karypis, Univ. of Minnesota.  Its use in CHOLMOD
35
35
is optional.  See http://www-users.cs.umn.edu/~karypis/metis.
36
36
Place a copy of the metis-4.0 directory in the same directory that
37
 
contains the CHOLMOD, AMD, COLAMD, and CCOLAMD directories.  Then do:
38
 
    cd metis-4.0 ; make
39
 
You may then compile CHOLMOD.
 
37
contains the CHOLMOD, AMD, COLAMD, and CCOLAMD directories prior to compiling
 
38
with "make".
 
39
 
 
40
If you do not wish to use METIS, you must edit UFconfig and change the line:
 
41
 
 
42
    CHOLMOD_CONFIG =
 
43
 
 
44
to
 
45
 
 
46
    CHOLMOD_CONFIG = -DNPARTITION
40
47
 
41
48
The CHOLMOD, AMD, COLAMD, CCOLAMD, and UFconfig directories must all reside
42
49
in a common parent directory.  To compile all these libraries,