Prev Next

@(@\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}} }@)@ This is cppad-20221105 documentation. Here is a link to its current documentation .
Multi-Threading chkpoint_one Example / Test

Deprecated 2019-08-06
The example has been deprecated, use multi_chkpoint_two.cpp instead.

Source File
All of the routines below are located in the file
 
    example/multi_thread/multi_chkpoint_one.cpp

Contents
multi_chkpoint_one_algochkpoint_one Algorithm that Computes Square Root
multi_chkpoint_one_commonMulti-Threaded chkpoint_one Common Information
multi_chkpoint_one_setupMulti-Threaded chkpoint_one Set Up
multi_chkpoint_one_workerMulti-Threaded chkpoint_one Worker
multi_chkpoint_one_takedownMulti-Threaded chkpoint_one Take Down
multi_chkpoint_one_runRun Multi-Threaded chkpoint_one Calculation
multi_chkpoint_one_timeTiming Test for Multi-Threaded chkpoint_one Calculation

Input File: example/multi_thread/multi_chkpoint_one.omh