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

« back to all changes in this revision

Viewing changes to src/libscotch/dgraph_build_hcub.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:
57
57
#include "common.h"
58
58
#include "dgraph.h"
59
59
 
 
60
/*******************************************/
 
61
/*                                         */
 
62
/* The distributed graph building routine. */
 
63
/*                                         */
 
64
/*******************************************/
 
65
 
60
66
/* This routine builds a distributed hypercube of
61
67
** given dimension.
62
68
** Since this routine calls dgraphBuild, the private