[Swift-commit] r2461 - trunk/docs

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Wed Jan 28 08:21:40 CST 2009


Author: benc
Date: 2009-01-28 08:21:39 -0600 (Wed, 28 Jan 2009)
New Revision: 2461

Modified:
   trunk/docs/userguide.xml
Log:
old section on execution entirely superceded by hpdc import

Modified: trunk/docs/userguide.xml
===================================================================
--- trunk/docs/userguide.xml	2009-01-28 14:17:35 UTC (rev 2460)
+++ trunk/docs/userguide.xml	2009-01-28 14:21:39 UTC (rev 2461)
@@ -541,19 +541,6 @@
 
 </section>
 
-<section><title>Execution order based on data dependencies</title>
-<para>
-Procedures in swift are by default executed in parallel. If five separate
-procedures are invoked, Swift will attempt to run them all at once.
-</para>
-<para>
-The main exception to this is when one procedure produces a dataset as an
-output and another procedure uses that dataset as an input. In that case,
-the second procedure will be executed after the first procedure has
-produced the intermediate dataset.
-</para>
-</section>
-
 		<section>
 			<title>Type System</title>
 			<para>




More information about the Swift-commit mailing list