Prev | Next | cppadcg |
cppadcg
, see:
code_gen_fun
.
include_cppadcg=true
is on the cmake command line,
then the pkg-config will find the
necessary information to include cppadcg.
The value of
PKG_CONFIG_PATH
must be such that the command
pkg-config cppadcg --path --print-errors
finds the location of the file cppadcg.pc
.
include_cppadcg=true
is on the cmake command line,
you will be able to run the cppadcg speed correctness tests
by executing the following commands starting in the
distribution directory
:
cd build/speed/cppadcg
make check_speed_cppadcg
After executing make check_speed_cppadcg
,
you can run a specific cppadcg speed test
by executing the command ./speed_cppadcg
;
see speed_main
for the meaning of the command line
options to this program.
build/prefix
.