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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
\documentclass[10pt]{report}
\textwidth 6.5 in
\textheight 8.5 in
\oddsidemargin 0.0 in
\evensidemargin 0.0 in
\topmargin 0.0 in
\baselineskip 20 pt
\parskip 3 pt plus 1 pt minus 1 pt
\makeindex
\usepackage{epsfig}
\pagestyle{myheadings}
\markboth
{\quad \hrulefill \quad {\bf SPOOLES 2.2 Wrapper Objects} : \today \quad
\hrulefill}
{\quad \hrulefill \quad {\bf SPOOLES 2.2 Wrapper Objects} : \quad \today
\hrulefill}
\begin{document}
\bibliographystyle{plain}
\title{Wrapper Objects for Solving \break
a Linear System of Equations\break
using {\bf SPOOLES} 2.2}
\author{
Cleve Ashcraft\\
Boeing Shared Services Group\thanks{
P. O. Box 24346,
Mail Stop 7L-21,
Seattle, Washington 98124.
This research was supported in part by the DARPA
Contract DABT63-95-C-0122 and the DoD High Performance Computing
Modernization Program Common HPC Software Support Initiative.}
\and
Peter Schartz \\
CSAR Corporation\thanks{
28035 Dorothy Drive, Agoura Hills, CA 91301.
This research was supported in part by the DARPA
Contract DABT63-95-C-0122 and the DoD High Performance Computing
Modernization Program Common HPC Software Support Initiative.}
}
\date{\today}
\maketitle
\input abstract.tex
\tableofcontents
\input intro.tex
\input setup.tex
\input serial.tex
\input MT.tex
\input MPI.tex
\appendix
\input serial_driver.tex
\input MT_driver.tex
\input MPI_driver.tex
\input main.ind
\end{document}
|