Add '-C' flag to meantools-derive
Fix memory leak in meantools-derive
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
.Dd $Mdocdate: April 14 2015 $
|
||||
.Dt kondo_preprocess 1.3
|
||||
.Dt kondo_preprocess 1.3.1
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm kondo_preprocess
|
||||
|
@ -1,5 +1,5 @@
|
||||
.Dd $Mdocdate: April 13 2015 $
|
||||
.Dt meankondo 1.3
|
||||
.Dt meankondo 1.3.1
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm meankondo
|
||||
@ -44,7 +44,7 @@ as well as the following pre-processors, which generate configuration files for
|
||||
.It Fl t Ar threads
|
||||
The number of threads to use for the computation.
|
||||
.It Fl C
|
||||
Format the ouptput so it can be piped to
|
||||
Format the output so it can be piped to
|
||||
.Sy numkondo ,
|
||||
that is, instead of printing the flow equation, print a full configuration file containing the flow equation as well as all the other entries of the configuration file that do not pertain to the computation of the flow equation.
|
||||
.It Fl v
|
||||
|
@ -1,5 +1,5 @@
|
||||
.Dd $Mdocdate: June 12 2015 $
|
||||
.Dt meantools-convert 1.3
|
||||
.Dt meantools-convert 1.3.1
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm meantools-convert
|
||||
|
@ -1,5 +1,5 @@
|
||||
.Dd $Mdocdate: April 14 2015 $
|
||||
.Dt meantools 1.3
|
||||
.Dt meantools 1.3.1
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm meantools
|
||||
@ -13,6 +13,7 @@
|
||||
.Sy derive
|
||||
.Op Fl d Ar nderivs
|
||||
.Op Fl V Ar variables
|
||||
.Op Fl C
|
||||
.Op Ar config_file
|
||||
.Pp
|
||||
.Nm
|
||||
@ -95,6 +96,10 @@ The variables that depend on the extra virtual parameter (defaults to all) (WARN
|
||||
would interpret the argument as being a flag, for example, write '-V "0,-1"' instead of '-V "-1,0"').
|
||||
.Pp
|
||||
Can either be a ',' separated list if indices or 'all' to derive with respect to all available variables.
|
||||
.It Fl C
|
||||
Format the output so it can be piped to
|
||||
.Sy numkondo ,
|
||||
that is, instead of printing the flow equation, print a full configuration file containing the flow equation as well as all the other entries of the configuration file that do not pertain to the computation of the flow equation.
|
||||
.El
|
||||
.Pp
|
||||
.Sy Configuration file:
|
||||
|
@ -1,5 +1,5 @@
|
||||
.Dd $Mdocdate: April 14 2015 $
|
||||
.Dt numkondo 1.3
|
||||
.Dt numkondo 1.3.1
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm numkondo
|
||||
|
Reference in New Issue
Block a user