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

« back to all changes in this revision

Viewing changes to src/libscotch/dgraph_halo_fill.c

  • 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 2007-2009 ENSEIRB, INRIA & CNRS
 
1
/* Copyright 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.
42
42
/**                # Version 5.0  : from : 31 dec 2006     **/
43
43
/**                                 to     05 feb 2008     **/
44
44
/**                # Version 5.1  : from : 28 aug 2008     **/
45
 
/**                                 to     15 jan 2009     **/
 
45
/**                                 to     29 aug 2010     **/
46
46
/**                                                        **/
47
47
/************************************************************/
48
48
 
70
70
 
71
71
    procsidval = *procsidptr;
72
72
    if (procsidval < 0)
73
 
      attrgstptr -= procsidval * DGRAPHHALOFILLSIZE;
 
73
      attrgstptr -= ((Gnum) procsidval) * DGRAPHHALOFILLSIZE;
74
74
    else {
75
75
      byte *              attrdspptr;
76
76