[Swift-commit] r6616 - in branches/faster: . docs/userguide

hategan at ci.uchicago.edu hategan at ci.uchicago.edu
Mon Jul 8 01:19:24 CDT 2013


Author: hategan
Date: 2013-07-08 01:19:24 -0500 (Mon, 08 Jul 2013)
New Revision: 6616

Modified:
   branches/faster/
   branches/faster/docs/userguide/app_procedures
Log:
merged 6263 from trunk


Property changes on: branches/faster
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/release-0.93:4761-5122
/trunk:6172,6177,6182,6189-6190,6202-6203,6206-6208,6215-6223,6231-6241,6255-6258
   + /branches/release-0.93:4761-5122
/trunk:6172,6177,6182,6189-6190,6202-6203,6206-6208,6215-6223,6231-6241,6255-6258,6263

Modified: branches/faster/docs/userguide/app_procedures
===================================================================
--- branches/faster/docs/userguide/app_procedures	2013-07-08 06:17:51 UTC (rev 6615)
+++ branches/faster/docs/userguide/app_procedures	2013-07-08 06:19:24 UTC (rev 6616)
@@ -91,9 +91,10 @@
       procedure call must exist. Files will be mapped in the same way as
       for input files.
 
-      (? Is it defined that output subdirectories will be precreated
-      before execution or should app executables expect to make them?
-      That's probably determined by the present behaviour of wrapper.sh)
+    * The output subdirectories will be precreated
+      before execution by Swift if defined within a Swift script such as the
+      location attribute of a mapper. App executables expect to make them if
+      they are referred to in the wrapper scripts.
 
     * Output produced by running the application executable on some
       inputs should be the same no matter how many times, when or where
@@ -104,19 +105,19 @@
 
 Things to not assume:
 
-    * anything about the path of the application workspace directory
+    * Anything about the path of the application workspace directory
 
-    * that either the application workspace directory will be deleted or
+    * That either the application workspace directory will be deleted or
       will continue to exist or will remain unmodified after execution
       has finished
 
-    * that files can be passed(?def) between application procedure
+    * That files can be passed between application procedure
       invocations through any mechanism except through files known to
       Swift through the mapping mechanism (there is some exception here
       for external datasets - there are a separate set of assertions
       that hold for external datasets)
 
-    * that application executables will run on any particular site of
+    * That application executables will run on any particular site of
       those available, or than any combination of applications will run
       on the same or different sites.
 




More information about the Swift-commit mailing list