~ubuntu-branches/ubuntu/precise/scotch/precise

« back to all changes in this revision

Viewing changes to src/libscotch/bdgraph_bipart_bd.c

  • Committer: Package Import Robot
  • Author(s): "Adam C. Powell, IV"
  • Date: 2011-12-21 13:40:52 UTC
  • mfrom: (14.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20111221134052-1yw353l7p7zoo51d
Tags: 5.1.12b.dfsg-1
* New upstream (closes: #652900).
* Rebuild with new mpi-defaults (closes: #652311).
* Forward-ported build-fixes.patch (just shifted one hunk two lines).
* New build-arch and build-indep targets in rules.
* Updated VCS URLs.
* Bumped Standards-Version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright 2007,2008,2010 ENSEIRB, INRIA & CNRS
 
1
/* Copyright 2007,2008,2010,2011 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.
44
44
/**                frontier to the original graph.         **/
45
45
/**                                                        **/
46
46
/**   DATES      : # Version 5.1  : from : 11 nov 2007     **/
47
 
/**                                 to   : 16 aug 2010     **/
 
47
/**                                 to   : 14 apr 2011     **/
48
48
/**                                                        **/
49
49
/**   NOTES      : # Since only edges from local vertices  **/
50
50
/**                  to local anchors are created in       **/
188
188
  bndgrafdat.fronglbnbr       = orggrafptr->fronglbnbr;
189
189
  bndgrafdat.complocload0     = orggrafptr->complocload0    + bndvertlocancadj; /* All loads are kept in band graph */
190
190
  bndgrafdat.compglbload0     = orggrafptr->compglbload0    + bndvertglbancadj;
 
191
  bndgrafdat.compglbload0min  = orggrafptr->compglbload0min + bndvertglbancadj; /* Tilt extrema loads according to adjustments */
 
192
  bndgrafdat.compglbload0max  = orggrafptr->compglbload0max + bndvertglbancadj;
191
193
  bndgrafdat.compglbload0avg  = orggrafptr->compglbload0avg + bndvertglbancadj; /* Tilt average load according to adjustments */
192
194
  bndgrafdat.compglbload0dlt  = orggrafptr->compglbload0dlt;
193
195
  bndgrafdat.compglbsize0     = reduglbtab[3];