[Swift-commit] r2413 - text/hpdc09submission

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Fri Jan 9 06:37:48 CST 2009


Author: benc
Date: 2009-01-09 06:37:47 -0600 (Fri, 09 Jan 2009)
New Revision: 2413

Modified:
   text/hpdc09submission/paper.latex
Log:
more crossref; clarify position of falkon and cog coasters

Modified: text/hpdc09submission/paper.latex
===================================================================
--- text/hpdc09submission/paper.latex	2009-01-09 12:23:12 UTC (rev 2412)
+++ text/hpdc09submission/paper.latex	2009-01-09 12:37:47 UTC (rev 2413)
@@ -102,7 +102,8 @@
 
 \begin{itemize}
 \item It can provide location transparent execution: automatically
-selecting a location for a given program invocation
+selecting a location for a given program invocation (section
+\ref{ExecutingSites})
 \item It can automatically parallelize the execution flow
 of program invocations, executing invocations that have no data
 dependencies in parallel, whilst throttling parallel invocations to a rate
@@ -110,7 +111,7 @@
 \item It can record the provenance of derived data objects
 \item It can provide reliability through retrying of failed executions during
 a run and by logging completed work so that an interrupted script can be
-restarted from the point of interruption.
+restarted from the point of interruption. (section \ref{ExecutingReliably})
 \end{itemize}
 
 In the rest of this section, we provide an overview of Swift's main
@@ -732,6 +733,7 @@
 to load caused by other users).
 
 \subsection{Executing reliably}
+\label{ExecutingReliably}
 
   The functional/dataflow(?) nature of SwiftScript with a clearly defined
 interface to imperative components, in addition to allowing Swift great
@@ -1307,8 +1309,8 @@
 libraries and primitives for job scheduling, data transfer, and Grid
 job submission; Swift adds support for high-level abstract
 specification of large parallel computations, data abstraction, and
-workflow restart, and also (via Falkon) fast, reliable execution over
-multiple Grid sites.
+workflow restart, reliable execution over multiple Grid sites, and
+(via Falkon and CoG coasters) fast job execution.
 
 \section{Future Work}
 




More information about the Swift-commit mailing list