[Swift-commit] r2407 - text/hpdc09submission
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Fri Jan 9 02:22:02 CST 2009
Author: benc
Date: 2009-01-09 02:22:01 -0600 (Fri, 09 Jan 2009)
New Revision: 2407
Modified:
text/hpdc09submission/paper.latex
Log:
put figures in figure float enviornments
Modified: text/hpdc09submission/paper.latex
===================================================================
--- text/hpdc09submission/paper.latex 2009-01-09 08:06:03 UTC (rev 2406)
+++ text/hpdc09submission/paper.latex 2009-01-09 08:22:01 UTC (rev 2407)
@@ -732,11 +732,14 @@
site is straightforward. The swift runtime must prepare a remote
working directory for each job with appropriate input files staged in;
then it must execute the program; and then it must stage the output
-files back out the submitting system.
+files back out the submitting system. The site model used by Swift is
+shown in figure \ref{FigureSwiftModel}
-The model implemented by Swift is shown in figure E:
-
+\begin{figure}[htbp]
\includegraphics{IMG_9463}
+\caption{Swift site model}
+\label{FigureSwiftModel}
+\end{figure}
A site in Swift consists of one or more worker nodes which will
execute programs through some \emph{execution provider}, an
@@ -931,7 +934,10 @@
\subsection{fMRI Application Example}
+\begin{figure}[htbp]
\includegraphics{IMG_fmridataset}
+\caption{FMRI application}
+\end{figure}
\begin{verbatim}
type Study { Group g[]; }
More information about the Swift-commit
mailing list