[Swift-commit] r4713 - in SwiftApps/GOSwift: . man

jonmon at ci.uchicago.edu jonmon at ci.uchicago.edu
Wed Jun 29 15:20:26 CDT 2011


Author: jonmon
Date: 2011-06-29 15:20:26 -0500 (Wed, 29 Jun 2011)
New Revision: 4713

Added:
   SwiftApps/GOSwift/man/
   SwiftApps/GOSwift/man/goswift.1
Log:
o man entry for the goswift command. This will evolve as goswift evolves


Added: SwiftApps/GOSwift/man/goswift.1
===================================================================
--- SwiftApps/GOSwift/man/goswift.1	                        (rev 0)
+++ SwiftApps/GOSwift/man/goswift.1	2011-06-29 20:20:26 UTC (rev 4713)
@@ -0,0 +1,33 @@
+.TH GOSWIFT 1 development "dev" "Development"
+.SH NAME
+goswift \- Execute Swift underneath the Globus Online infastructure
+.SH SYNOPSIS
+.B goswift
+.B [ --dry-run ] 
+.BI <execute.points>
+.I < goswift.package
+
+.SH DESCRIPTION
+The
+.B
+goswift
+command executes the Swift parallel scripting language underneath Globus Online on user specified execute points.
+The execute points must be a logical endpoint.
+
+.SH OPTIONS
+.TP
+.B --dry-run
+This will go through the process of parsing the data from given to the
+.BI
+goswift
+command and output all the pertatent information.
+
+.SH EXAMPLES
+.TP
+.B goswift localhost ci#pads ci#beagle
+Note: that localhost is automatically defined and it is the VM that Globus Online is executing on.
+
+.SH EXIT STATUS
+.B
+goswift
+can return several different error codes.




More information about the Swift-commit mailing list