![]() |
Prev | Next |
configure
command line option
ADOLC_DIR=
AdolcDir
during installation
.
After the Unix install make
command,
you can then run the Adolc speed tests
with the following commands (relative to the distribution directory):
speed/adolc/adolc correct
seed
where seed is a positive integer see for the
random number generator uniform_01
.
This will check that the speed tests have been built correctly.
You can run the command
speed/adolc/adolc speed
seed
to see the results of all the speed tests.
See speed_main
for more options.
AM_CXXFLAGS = -O2 -DNDEBUG $(CXX_FLAGS) -DADOLC
where CXX_FLAGS
is specified by the
configure
command.