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

« back to all changes in this revision

Viewing changes to src/scotch/gbase.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 2004,2007,2008 ENSEIRB, INRIA & CNRS
 
1
/* Copyright 2007,2008,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
/**                                 to   : 12 may 2006     **/
43
43
/**                # Version 5.0  : from : 23 dec 2007     **/
44
44
/**                                 to   : 16 mar 2008     **/
 
45
/**                # Version 5.1  : from : 01 jul 2010     **/
 
46
/**                                 to   : 01 jul 2010     **/
45
47
/**                                                        **/
46
48
/************************************************************/
47
49
 
121
123
          usagePrint (stdout, C_usageList);
122
124
          exit       (0);
123
125
        case 'V' :
124
 
          fprintf (stderr, "gbase, version %s - F. Pellegrini\n", SCOTCH_VERSION);
125
 
          fprintf (stderr, "Copyright 2006 ENSEIRB, INRIA & CNRS, France\n");
 
126
          fprintf (stderr, "gbase, version " SCOTCH_VERSION_STRING "\n");
 
127
          fprintf (stderr, "Copyright 2007,2008,2010 ENSEIRB, INRIA & CNRS, France\n");
126
128
          fprintf (stderr, "This software is libre/free software under CeCILL-C -- see the user's manual for more information\n");
127
129
          return  (0);
128
130
        default :