speed_adolc

View page source

Speed Test of Derivatives Using Adolc

Purpose

CppAD has a set of speed tests that are used to compare Adolc with other AD packages. This section links to the source code the Adolc speed tests (any suggestions to make the Adolc results faster are welcome).

include_adolc

To run these tests you must specify include_adolc on your cmake command line.

Running Tests

To build these speed tests, and run their correctness tests, execute the following commands starting in the Build Directory :

      cd speed/adolc
      make check_speed_adolc VERBOSE =1

You can then run the corresponding speed tests with the following command

./ speed_adolc speed seed

where seed is a positive integer. See speed_main for more options.

Contents