4 |
both the core numerics and the pluggable packages operate. The description |
both the core numerics and the pluggable packages operate. The description |
5 |
presented here is intended to be a detailed exposition and contains significant |
presented here is intended to be a detailed exposition and contains significant |
6 |
background material, as well as advanced details on working with the WRAPPER. |
background material, as well as advanced details on working with the WRAPPER. |
7 |
The tutorial sections of this manual (see Chapters |
The tutorial sections of this manual (see sections |
8 |
\ref{chap:tutorialI}, \ref{chap:tutorialII} and \ref{chap:tutorialIII}) |
\ref{sect:tutorials} and \ref{sect:tutorialIII}) |
9 |
contain more succinct, step-by-step instructions on running basic numerical |
contain more succinct, step-by-step instructions on running basic numerical |
10 |
experiments, of varous types, both sequentially and in parallel. For many |
experiments, of varous types, both sequentially and in parallel. For many |
11 |
projects simply starting from an example code and adapting it to suit a |
projects simply starting from an example code and adapting it to suit a |
817 |
WRAPPER is shown in figure \ref{fig:wrapper_startup}. |
WRAPPER is shown in figure \ref{fig:wrapper_startup}. |
818 |
|
|
819 |
\begin{figure} |
\begin{figure} |
820 |
|
{\footnotesize |
821 |
\begin{verbatim} |
\begin{verbatim} |
822 |
|
|
823 |
MAIN |
MAIN |
846 |
|
|
847 |
|
|
848 |
\end{verbatim} |
\end{verbatim} |
849 |
|
} |
850 |
\caption{Main stages of the WRAPPER startup procedure. |
\caption{Main stages of the WRAPPER startup procedure. |
851 |
This process proceeds transfer of control to application code, which |
This process proceeds transfer of control to application code, which |
852 |
occurs through the procedure {\em THE\_MODEL\_MAIN()}. |
occurs through the procedure {\em THE\_MODEL\_MAIN()}. |
1426 |
|
|
1427 |
WRAPPER layer. |
WRAPPER layer. |
1428 |
|
|
1429 |
|
{\footnotesize |
1430 |
\begin{verbatim} |
\begin{verbatim} |
1431 |
|
|
1432 |
MAIN |
MAIN |
1454 |
|--THE_MODEL_MAIN :: Numerical code top-level driver routine |
|--THE_MODEL_MAIN :: Numerical code top-level driver routine |
1455 |
|
|
1456 |
\end{verbatim} |
\end{verbatim} |
1457 |
|
} |
1458 |
|
|
1459 |
Core equations plus packages. |
Core equations plus packages. |
1460 |
|
|
1461 |
|
{\footnotesize |
1462 |
\begin{verbatim} |
\begin{verbatim} |
1463 |
C |
C |
1464 |
C |
C |
1797 |
C :: events. |
C :: events. |
1798 |
C |
C |
1799 |
\end{verbatim} |
\end{verbatim} |
1800 |
|
} |
1801 |
|
|
1802 |
\subsection{Measuring and Characterizing Performance} |
\subsection{Measuring and Characterizing Performance} |
1803 |
|
|