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 atomic_two Example / Test

Deprecated 2019-08-05
This example is deprecated, use multi_atomic_three.cpp instead.

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

Contents
multi_atomic_two_userDefines a atomic_two Operation that Computes Square Root
multi_atomic_two_commonMulti-Threaded atomic_two Common Information
multi_atomic_two_setupMulti-Threaded atomic_two Set Up
multi_atomic_two_workerMulti-Threaded atomic_two Worker
multi_atomic_two_takedownMulti-Threaded atomic_two Take Down
multi_atomic_two_runRun Multi-Threaded atomic_two Calculation
multi_atomic_two_timeTiming Test for Multi-Threaded atomic_two Calculation

Input File: example/multi_thread/multi_atomic_two.omh