[Swift-commit] r6530 - trunk/docs/userguide

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Mon Jun 3 23:22:38 CDT 2013


Author: ketan
Date: 2013-06-03 23:22:38 -0500 (Mon, 03 Jun 2013)
New Revision: 6530

Modified:
   trunk/docs/userguide/coasters
   trunk/docs/userguide/log-processing
Log:
fixes for bug 1008

Modified: trunk/docs/userguide/coasters
===================================================================
--- trunk/docs/userguide/coasters	2013-06-04 04:22:04 UTC (rev 6529)
+++ trunk/docs/userguide/coasters	2013-06-04 04:22:38 UTC (rev 6530)
@@ -91,21 +91,16 @@
 the coaster service
 |==================
 
+////
 Submitting to a specific job queue
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-In order to submit to a specific job schedular queue, the +queue+ parameter of coasters sites file should be used. For example, submitting to the +normal+ queue of a PBS schedular, one would use the following sites line:
+In order to submit to a specific job scheduler queue, the +queue+ parameter of
+coasters sites file should be used. For example, submitting to the +normal+
+queue of a PBS scheduler, one would use the following sites line:
 
 ----
 <profile namespace="globus" key="queue">normal</profile>
 ----
+////
 
-Jobs and Coasters Parameters Equation
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-The parameters provided in the coasters specification affect jobs submitted by Swift to the scheduling system.
-
-----
-Jobs Submitted = slots X jobsPerNode X nodeGranularity X maxNodes
-----
-

Modified: trunk/docs/userguide/log-processing
===================================================================
--- trunk/docs/userguide/log-processing	2013-06-04 04:22:04 UTC (rev 6529)
+++ trunk/docs/userguide/log-processing	2013-06-04 04:22:38 UTC (rev 6530)
@@ -115,11 +115,13 @@
 Each line in the log file typically consists of three parts. The first part
 is the timestamp, the second is the type of log message and the third is the
 message itself. The types of log messages follows the java log4j standard types
-of TRACE, DEBUG, INFO, WARN, ERROR and FATAL. This section lists the various
-Swift log messages and explains the meaning and likely interpretation of those
-messages. Note that the list is not comprehensive at this time. Also
-note that we will ignore the timestamps here.
+of TRACE, DEBUG, INFO, WARN, ERROR and FATAL.
 
+////
+This section lists the various Swift log messages and explains the meaning and
+likely interpretation of those messages. Note that the list is not
+comprehensive at this time. Also note that we will ignore the timestamps here.
+
 . _DEBUG Loader arguments: [-sites.file, sites.xml, -config, cf, -tc.file, tc, postproc-gridftp.swift]_
     Swift commandline arguments
 . _DEBUG Loader Max heap: 5592449024_
@@ -149,4 +151,4 @@
 The job ended successfully
 . _INFO  WeightedHostScoreScheduler CONTACT_SELECTED host=localhost, score=99.854_
 . _
-
+////




More information about the Swift-commit mailing list