1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
\relax
\bibstyle{plain}
\@writefile{toc}{\contentsline {chapter}{\numberline {1}Introduction}{2}}
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\newlabel{chapter:introduction}{{1}{2}}
\@writefile{toc}{\contentsline {chapter}{\numberline {2}The Serial Bridge Object and Driver}{4}}
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\newlabel{chapter:serial}{{2}{4}}
\@writefile{toc}{\contentsline {section}{\numberline {2.1}The \texttt {Bridge} Data Structure}{4}}
\newlabel{section:Bridge:dataStructure}{{2.1}{4}}
\@writefile{toc}{\contentsline {section}{\numberline {2.2}Prototypes and descriptions of \texttt {Bridge} methods}{5}}
\newlabel{section:Bridge:proto}{{2.2}{5}}
\@writefile{toc}{\contentsline {section}{\numberline {2.3}The \texttt {testSerial} Driver Program}{7}}
\newlabel{section:Bridge:driver}{{2.3}{7}}
\@writefile{toc}{\contentsline {chapter}{\numberline {3}The Multithreaded Bridge Object and Driver}{9}}
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\newlabel{chapter:MT}{{3}{9}}
\@writefile{toc}{\contentsline {section}{\numberline {3.1}The \texttt {BridgeMT} Data Structure}{9}}
\newlabel{section:BridgeMT:dataStructure}{{3.1}{9}}
\@writefile{toc}{\contentsline {section}{\numberline {3.2}Prototypes and descriptions of \texttt {BridgeMT} methods}{10}}
\newlabel{section:BridgeMT:proto}{{3.2}{10}}
\@writefile{toc}{\contentsline {section}{\numberline {3.3}The \texttt {testMT} Driver Program}{12}}
\newlabel{section:BridgeMT:driver}{{3.3}{12}}
\@writefile{toc}{\contentsline {chapter}{\numberline {4}The MPI Bridge Object and Driver}{14}}
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\newlabel{chapter:MPI}{{4}{14}}
\@writefile{toc}{\contentsline {section}{\numberline {4.1}The \texttt {BridgeMPI} Data Structure}{14}}
\newlabel{section:BridgeMPI:dataStructure}{{4.1}{14}}
\@writefile{toc}{\contentsline {section}{\numberline {4.2}Prototypes and descriptions of \texttt {BridgeMPI} methods}{15}}
\newlabel{section:BridgeMPI:proto}{{4.2}{15}}
\@writefile{toc}{\contentsline {section}{\numberline {4.3}The \texttt {testMPI} Driver Program}{19}}
\newlabel{section:BridgeMPI:driver}{{4.3}{19}}
\@writefile{toc}{\contentsline {chapter}{\numberline {A}{\tt testSerial.c} --- A Serial Driver Program}{20}}
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\newlabel{chapter:serial_driver}{{A}{20}}
\@writefile{toc}{\contentsline {chapter}{\numberline {B}{\tt testMT.c} --- A Multithreaded Driver Program}{27}}
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\newlabel{chapter:MT_driver}{{B}{27}}
\@writefile{toc}{\contentsline {chapter}{\numberline {C}{\tt testMPI.c} --- A MPI Driver Program}{34}}
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\newlabel{chapter:MPI_driver}{{C}{34}}
|