1gdump(1)                     Scotch user's manual                     gdump(1)
2
3
4

NAME

6       gdump - dumps the contents of a source graph as a source code
7

SYNOPSIS

9       gdump [options] [igfile] [ocfile]
10
11

DESCRIPTION

13       The  gdump program allows one to create a source code equivalent to the
14       loading of a centralized source graph. The contents of the source graph
15       are  represented  as  data  arrays  which  are assembled by calling the
16       SCOTCH_graphBuild routine of the libScotch library.
17

OPTIONS

19       -bbase Set the base value of the graph described by the source code.
20
21       -h     Display some help.
22
23       -pprefix
24              Set the prefix to add to to all array names  and  to  the  graph
25              buiding function name.
26
27       -ssuffix
28              Set  the  suffix  to  add to to all array names and to the graph
29              buiding function name.
30
31       -V     Display program version and copyright.
32

EXAMPLE

34       Create a soure C file 'brol.c' that corresponds  to  graph  'brol.grf',
35       with identifier and creation function name suffix '_brol'.
36
37           $ gdump -s_brol brol.grf brol.c
38
39

SEE ALSO

41       gtst(1).
42
43       Scotch user's manual.
44

AUTHOR

46       Francois Pellegrini <francois.pellegrini@labri.fr>
47
48
49
50                               23 November 2019                       gdump(1)
Impressum