~ubuntu-branches/ubuntu/trusty/scotch/trusty-proposed

« back to all changes in this revision

Viewing changes to src/libscotch/hgraph_order_cp.h

  • Committer: Bazaar Package Importer
  • Author(s): "Adam C. Powell, IV", Christophe Trophime, Adam C. Powell, IV
  • Date: 2010-12-29 13:07:19 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20101229130719-jwalolw5d6av6wqx
Tags: 5.1.11.dfsg-1
[Christophe Trophime]
* New upstream release
* Forward-ported patches to version 5.1.10b.
* Install scotch headers properly.
* Fix chrpath commands in debian/rules.
* Fix (pt)scotch library install paths.
* Fix lintian errors and warnings.

[Adam C. Powell, IV]
* Forward-ported patches to version 5.1.11.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright 2004,2007 ENSEIRB, INRIA & CNRS
 
1
/* Copyright 2004,2007,2010 ENSEIRB, INRIA & CNRS
2
2
**
3
3
** This file is part of the Scotch software package for static mapping,
4
4
** graph partitioning and sparse matrix ordering.
45
45
/**                                 to   : 03 jan 1999     **/
46
46
/**                # Version 4.0  : from : 01 jan 2003     **/
47
47
/**                                 to   : 01 jan 2003     **/
 
48
/**                # Version 5.1  : from : 04 nov 2010     **/
 
49
/**                                 to   : 04 nov 2010     **/
48
50
/**                                                        **/
49
51
/************************************************************/
50
52
 
64
66
 
65
67
typedef struct HgraphOrderCpParam_ {
66
68
  double                    comprat;              /*+ Compression ratio threshold             +*/
67
 
  Strat * restrict          stratcpr;             /*+ Compressed subgraph ordering strategy   +*/
68
 
  Strat * restrict          stratunc;             /*+ Uncompressed subgraph ordering strategy +*/
 
69
  Strat *                   stratcpr;             /*+ Compressed subgraph ordering strategy   +*/
 
70
  Strat *                   stratunc;             /*+ Uncompressed subgraph ordering strategy +*/
69
71
} HgraphOrderCpParam;
70
72
 
71
73
/*+ This structure holds fine neighbor hashing data. +*/