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}} }@)@
Multi-Threading Checkpoint Example / Test

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

Contents
multi_checkpoint_algoDefines an Algorithm that Computes Square Root
multi_checkpoint_commonMulti-Threaded Checkpoint Common Information
multi_checkpoint_setupMulti-Threaded Checkpoint Set Up
multi_checkpoint_workerMulti-Threaded Checkpoint Worker
multi_checkpoint_takedownMulti-Threaded Checkpoint Take Down
multi_checkpoint_runRun Multi-Threaded Checkpoint Calculation
multi_checkpoint_timeTiming Test for Multi-Threaded Checkpoint Calculation

Input File: example/multi_thread/multi_checkpoint.omh