[Swift-commit] r8243 - SwiftApps/subjobs

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Thu Sep 11 09:58:03 CDT 2014


Author: ketan
Date: 2014-09-11 09:58:02 -0500 (Thu, 11 Sep 2014)
New Revision: 8243

Modified:
   SwiftApps/subjobs/README.txt
Log:
README

Modified: SwiftApps/subjobs/README.txt
===================================================================
--- SwiftApps/subjobs/README.txt	2014-09-11 14:53:51 UTC (rev 8242)
+++ SwiftApps/subjobs/README.txt	2014-09-11 14:58:02 UTC (rev 8243)
@@ -3,10 +3,25 @@
 
 Introduction
 ------------
+Sub-block jobs is a mode of running jobs on BlueGene systems wherein one can
+allocate a larger block of compute nodes and repeatedly submit jobs of smaller
+sized sub-blocks to this larger allocation.
 
+This package provides tools and scripts to run Swift applications in sub-block mode over the BlueGene resources.
 
-EC2 CLI API
-------------
+Running subjobs from Swift
+--------------------------
 
+To set up environment:
 
+----
+source setup
+----
 
+To run an example application
+
+----
+./runswift
+----
+
+




More information about the Swift-commit mailing list