.\" Text automatically generated by txt2man .TH gdump 1 "23 November 2019" "" "Scotch user's manual" .SH NAME \fBgdump \fP- dumps the contents of a source graph as a source code \fB .SH SYNOPSIS .nf .fam C \fBgdump\fP [\fIoptions\fP] [\fIigfile\fP] [\fIocfile\fP] .fam T .fi .fam T .fi .SH DESCRIPTION The \fBgdump\fP 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. .SH OPTIONS .TP .B \fB-b\fP\fIbase\fP Set the \fIbase\fP value of the graph described by the source code. .TP .B \fB-h\fP Display some help. .TP .B \fB-p\fP\fIprefix\fP Set the \fIprefix\fP to add to to all array names and to the graph buiding function name. .TP .B \fB-s\fP\fIsuffix\fP Set the \fIsuffix\fP to add to to all array names and to the graph buiding function name. .TP .B \fB-V\fP Display program version and copyright. .SH EXAMPLE Create a soure C file 'brol.c' that corresponds to graph 'brol.grf', with identifier and creation function name \fIsuffix\fP '_brol'. .PP .nf .fam C $ gdump -s_brol brol.grf brol.c .fam T .fi .SH SEE ALSO \fBgtst\fP(1). .PP Scotch user's manual. .SH AUTHOR Francois Pellegrini