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

« back to all changes in this revision

Viewing changes to man/man1/gbase.1

  • 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
." Text automatically generated by txt2man
 
2
.TH gbase 1 "August 03, 2010" "" "Scotch user's manual"
 
3
.SH NAME
 
4
\fBgbase \fP- sets the base value of a source graph
 
5
\fB
 
6
.SH SYNOPSIS
 
7
.nf
 
8
.fam C
 
9
\fBgbase\fP [\fIoptions\fP] \fIbval\fP [\fIigfile\fP] [\fIogfile\fP]
 
10
.fam T
 
11
.fi
 
12
.SH DESCRIPTION
 
13
The \fBgbase\fP program allows one to set to \fIbval\fP the base value of a
 
14
source graph, that is, the starting index used to number its
 
15
vertices and edges. The base value can be set to 0 or 1, so that
 
16
graphs can be easily imported from and/or exported to tools written
 
17
in C or Fortran. Scotch can handle graphs irrespective of their base
 
18
value.
 
19
.PP
 
20
When the proper libraries have been included at compile time, \fBgbase\fP
 
21
can directly handle compressed graphs, both as input and output. A
 
22
stream is treated as compressed whenever its name is postfixed with
 
23
a compressed file extension, such as in 'brol.grf.bz2' or '-.gz'. The
 
24
compression formats which can be supported are the bzip2 format
 
25
('.bz2'), the gzip format ('.gz'), and the lzma format ('.lzma', on
 
26
input only).
 
27
.SH OPTIONS
 
28
.TP
 
29
.B
 
30
\fB-h\fP
 
31
Display some help.
 
32
.TP
 
33
.B
 
34
\fB-V\fP
 
35
Display program version and copyright.
 
36
.SH EXAMPLE
 
37
Set the base of graph 'brol.grf' to 1, and write the modified graph
 
38
to file 'brol_b1.grf'.
 
39
.PP
 
40
.nf
 
41
.fam C
 
42
    $ gbase 1 brol.grf brol_b1.grf
 
43
 
 
44
.fam T
 
45
.fi
 
46
.SH SEE ALSO
 
47
\fBgcv\fP(1), \fBgmk_hy\fP(1), \fBgmk_msh\fP(1), \fBgtst\fP(1), \fBgmap\fP(1), \fBgord\fP(1).
 
48
.PP
 
49
Scotch user's manual.
 
50
.SH AUTHOR
 
51
Francois Pellegrini <francois.pellegrini@labri.fr>