logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Francois Pellegrini <francois.pellegrini@labri.fr>

                                                23 November 2019                                        gdump(1)

Description

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

Example

       Create a soure C file 'brol.c' that  corresponds  to  graph  'brol.grf',  with  identifier  and  creation
       function name suffix '_brol'.

           $ gdump -s_brol brol.grf brol.c

Name

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

Options

-bbase Set the base value of the graph described by the source code.

       -h     Display some help.

       -pprefix
              Set the prefix to add to to all array names and to the graph buiding function name.

       -ssuffix
              Set the suffix to add to to all array names and to the graph buiding function name.

       -V     Display program version and copyright.

See Also

gtst(1).

       Scotch user's manual.

Synopsis

gdump [options] [igfile] [ocfile]

See Also