Codebase list cppad / upstream/2015.00.00.7 doc / fadbad_prefix.xml
upstream/2015.00.00.7

Tree @upstream/2015.00.00.7 (Download .tar.gz)

fadbad_prefix.xml @upstream/2015.00.00.7raw · history · blame

<?xml version='1.0'?>
<html xmlns='http://www.w3.org/1999/xhtml'
      xmlns:math='http://www.w3.org/1998/Math/MathML'
>
<head>
<title>Including the FADBAD Speed Tests</title>
<meta http-equiv='Content-Type' content='text/html' charset='utf-8'/>
<meta name="description" id="description" content="Including the FADBAD Speed Tests"/>
<meta name="keywords" id="keywords" content=" including the fadbad speed tests purpose fadbad_prefix prefix get_fadbad get "/>
<style type='text/css'>
body { color : black }
body { background-color : white }
A:link { color : blue }
A:visited { color : purple }
A:active { color : purple }
</style>
<script type='text/javascript' language='JavaScript' src='_fadbad_prefix_xml.js'>
</script>
</head>
<body>
<table><tr>
<td>
<a href="http://www.coin-or.org/CppAD/" target="_top"><img border="0" src="_image.gif"/></a>
</td>
<td><a href="get_eigen.sh.xml" target="_top">Prev</a>
</td><td><a href="get_fadbad.sh.xml" target="_top">Next</a>
</td><td>
<select onchange='choose_across0(this)'>
<option>Index-&gt;</option>
<option>contents</option>
<option>reference</option>
<option>index</option>
<option>search</option>
<option>external</option>
</select>
</td>
<td>
<select onchange='choose_up0(this)'>
<option>Up-&gt;</option>
<option>CppAD</option>
<option>Install</option>
<option>cmake</option>
<option>fadbad_prefix</option>
</select>
</td>
<td>
<select onchange='choose_down3(this)'>
<option>CppAD-&gt;</option>
<option>Install</option>
<option>Introduction</option>
<option>AD</option>
<option>ADFun</option>
<option>preprocessor</option>
<option>multi_thread</option>
<option>library</option>
<option>ipopt_solve</option>
<option>Example</option>
<option>speed</option>
<option>Appendix</option>
</select>
</td>
<td>
<select onchange='choose_down2(this)'>
<option>Install-&gt;</option>
<option>download</option>
<option>cmake</option>
<option>cmake_check</option>
<option>pkgconfig</option>
<option>InstallUnix</option>
</select>
</td>
<td>
<select onchange='choose_down1(this)'>
<option>cmake-&gt;</option>
<option>adolc_prefix</option>
<option>colpack_prefix</option>
<option>eigen_prefix</option>
<option>fadbad_prefix</option>
<option>ipopt_prefix</option>
<option>sacado_prefix</option>
<option>cppad_testvector</option>
</select>
</td>
<td>
<select onchange='choose_down0(this)'>
<option>fadbad_prefix-&gt;</option>
<option>get_fadbad.sh</option>
</select>
</td>
<td>
<select onchange='choose_current0(this)'>
<option>Headings-&gt;</option>
<option>Purpose</option>
<option>fadbad_prefix</option>
<option>Speed Tests</option>
<option>get_fadbad</option>
</select>
</td>
</tr></table><br/>




<center><b><big><big>Including the FADBAD Speed Tests</big></big></b></center>
<br/>
<b><big><a name="Purpose" id="Purpose">Purpose</a></big></b>
<br/>
CppAD includes speed comparisons for the AD package
<a href="http://www.fadbad.com" target="_top"><span style='white-space: nowrap'>FADBAD</span></a>
; see
<a href="speed_fadbad.xml" target="_top"><span style='white-space: nowrap'>speed_fadbad</span></a>
.


<br/>
<br/>
<b><big><a name="fadbad_prefix" id="fadbad_prefix">fadbad_prefix</a></big></b>


<br/>
If FADBAD is installed on your system, you can 
specify a value for its install 
<code><i><font color="black"><span style='white-space: nowrap'>fadbad_prefix</span></font></i></code>
 on the
<a href="cmake.xml" target="_top"><span style='white-space: nowrap'>cmake</span></a>
 command line.
The value of 
<code><i><font color="black"><span style='white-space: nowrap'>fadbad_prefix</span></font></i></code>
 must be such that,
for one of the directories 
<code><i><font color="black"><span style='white-space: nowrap'>dir</span></font></i></code>
 in
<a href="cmake.xml#cmake_install_includedirs" target="_top"><span style='white-space: nowrap'>cmake_install_includedirs</span></a>
,

<code><font color="blue"><span style='white-space: nowrap'><br/>
&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;</span></font><i><font color="black"><span style='white-space: nowrap'>fadbad_prefix</span></font></i><font color="blue"><span style='white-space: nowrap'>/</span></font><i><font color="black"><span style='white-space: nowrap'>dir</span></font></i><font color="blue"><span style='white-space: nowrap'>/FADBAD++/badiff.h<br/>
</span></font></code>
is a valid way to reference to the include file <code><font color="blue">badiff.h</font></code>; 

<br/>
<br/>
<b><big><a name="Speed Tests" id="Speed Tests">Speed Tests</a></big></b>


<br/>
If you include 
<code><i><font color="black"><span style='white-space: nowrap'>fadbad_prefix</span></font></i></code>
 on the <a href="cmake.xml" target="_top"><span style='white-space: nowrap'>cmake</span></a>
 command line,
you will be able to run the FADBAD speed correctness tests 
by executing the following commands starting in the
<a href="download.xml#Distribution Directory" target="_top"><span style='white-space: nowrap'>distribution&#xA0;directory</span></a>
:

<code><font color="blue"><span style='white-space: nowrap'><br/>
&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;cd&#xA0;build/speed/fadbad<br/>
&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;make&#xA0;check_speed_fadbad<br/>
</span></font></code>
After executing <code><font color="blue">make check</font></code>, you can run a specific FADBAD speed test 
by executing the command <code><font color="blue">./speed_fadbad</font></code>;
see <a href="speed_main.xml" target="_top"><span style='white-space: nowrap'>speed_main</span></a>
 for the meaning of the command line
options to this program.


<br/>
<br/>
<b><big><a name="get_fadbad" id="get_fadbad">get_fadbad</a></big></b>


<br/>
If you are using Unix, you can download and install
a copy of Fadbad using <a href="get_fadbad.sh.xml" target="_top"><span style='white-space: nowrap'>get_fadbad.sh</span></a>
.
The corresponding 
<code><i><font color="black"><span style='white-space: nowrap'>fadbad_prefix</span></font></i></code>
 would be
<code><font color="blue">build/prefix</font></code>.



<hr/>Input File: omh/install/fadbad_prefix.omh

</body>
</html>