Prev | Next |
cd build/speed/cppadcg
./speed_cppadcg test seed option_list
A message saying that the sizes are incorrect will be printed.
In addition, it will say that source code with the correct sizes
has been created.
If you then execute
make check_speed_cppadcg VERBOSE=1
It will build speed_cppadcg
with the proper sizes and
run its correctness tests.
./speed_cppadcg speed seed onetape
./speed_cppadcg speed seed onetape optimize
where
seed
is a positive integer.
See speed_main
for more options.