Prev Next get_adolc.sh

@(@\newcommand{\W}[1]{ \; #1 \; } \newcommand{\R}[1]{ {\rm #1} } \newcommand{\B}[1]{ {\bf #1} } \newcommand{\D}[2]{ \frac{\partial #1}{\partial #2} } \newcommand{\DD}[3]{ \frac{\partial^2 #1}{\partial #2 \partial #3} } \newcommand{\Dpow}[2]{ \frac{\partial^{#1}}{\partial {#2}^{#1}} } \newcommand{\dpow}[2]{ \frac{ {\rm d}^{#1}}{{\rm d}\, {#2}^{#1}} }@)@
Download and Install Adolc in Build Directory

Syntax
bin/get_adolc.sh


Purpose
If you are using Unix, this command will download and install ADOL-C in the CppAD build directory.

Requirements
You must first use get_colpack.sh to download and install ColPack (coloring algorithms used for sparse matrix derivatives).

Distribution Directory
This command must be executed in the distribution directory .

External Directory
The Adolc source code is downloaded into the sub-directory build/external below the distribution directory.

Prefix Directory
The Adolc include files are installed in the sub-directory build/prefix/include/adolc below the distribution directory.

Reuse
The files build/external/ADOL-C-version.tgz and the directory build/external/ADOL-C-version will be reused if they exist. Delete this file and directory to get a complete rebuild.
Input File: bin/get_adolc.sh