\(\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}} }\)
get_sacado.sh¶
Download and Install Sacado in Build Directory¶
Purpose¶
If you are using Unix, this command will download and install
Sacado
in the CppAD build
directory.
Distribution Directory¶
This command must be executed in the Distribution Directory .
Source Directory¶
The Sacado source code is downloaded into the sub-directory
external/trilinos.git
below the distribution directory.
Version¶
This will install the version of Sacado corresponding to the following version of Trilinos:
version='13-0-1'
Configuration¶
If the file
external/sacado-
version .configured
exists, the configuration will be skipped. Delete this file if you want to re-run the configuration.