[Swift-commit] r4944 - SwiftApps/GOSwift/man

jonmon at ci.uchicago.edu jonmon at ci.uchicago.edu
Thu Aug 4 15:02:30 CDT 2011


Author: jonmon
Date: 2011-08-04 15:02:30 -0500 (Thu, 04 Aug 2011)
New Revision: 4944

Added:
   SwiftApps/GOSwift/man/goswift_run.1
Removed:
   SwiftApps/GOSwift/man/goswift.1
Log:
o renamed the man page from goswift to goswift_run



Deleted: SwiftApps/GOSwift/man/goswift.1
===================================================================
--- SwiftApps/GOSwift/man/goswift.1	2011-08-04 19:30:50 UTC (rev 4943)
+++ SwiftApps/GOSwift/man/goswift.1	2011-08-04 20:02:30 UTC (rev 4944)
@@ -1,38 +0,0 @@
-.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.
-
-.TP
-.B -d
-Set  the deadline of the task.  If the task has not completed by the deadline it will beautomatically  canceled.   A  suffix  of 'm', 'h', or 'd' may be specified to indicate minutes, hours, or days.  If a unit suffix is not given it is assumed  to  be  minutes. Example: '30m', '4h', '1d'.  The default is '30m' (30 minutes).
-
-
-.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.

Copied: SwiftApps/GOSwift/man/goswift_run.1 (from rev 4924, SwiftApps/GOSwift/man/goswift.1)
===================================================================
--- SwiftApps/GOSwift/man/goswift_run.1	                        (rev 0)
+++ SwiftApps/GOSwift/man/goswift_run.1	2011-08-04 20:02:30 UTC (rev 4944)
@@ -0,0 +1,38 @@
+.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.
+
+.TP
+.B -d
+Set  the deadline of the task.  If the task has not completed by the deadline it will beautomatically  canceled.   A  suffix  of 'm', 'h', or 'd' may be specified to indicate minutes, hours, or days.  If a unit suffix is not given it is assumed  to  be  minutes. Example: '30m', '4h', '1d'.  The default is '30m' (30 minutes).
+
+
+.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