[Swift-commit] r6239 - in trunk/docs: cookbook documentation
ketan at ci.uchicago.edu
ketan at ci.uchicago.edu
Wed Feb 6 08:56:06 CST 2013
Author: ketan
Date: 2013-02-06 08:56:06 -0600 (Wed, 06 Feb 2013)
New Revision: 6239
Modified:
trunk/docs/cookbook/debugging
trunk/docs/documentation/building
Log:
small updates
Modified: trunk/docs/cookbook/debugging
===================================================================
--- trunk/docs/cookbook/debugging 2013-02-06 14:24:53 UTC (rev 6238)
+++ trunk/docs/cookbook/debugging 2013-02-06 14:56:06 UTC (rev 6239)
@@ -1,23 +1,23 @@
Debugging Swift
---------------
-Swift errors are logged in several places. In case of errors, following places
+Swift errors are logged in several places. In case of a failed Swift run, following places
should be inspected for clues:
-. All text from standard output and standard error produced by running the
-swift command
+. Text from standard output and standard error produced by running
+Swift
. The .log file from this run. It will be named script.uniqueID.log
-where "script" is the name of your *.swift script source file, and
+where "script" is the name of your Swift script source file, and
uniqueID is a long unique id which starts with the date and time you ran the
swift command.
-. $HOME/.globus/coasters directory on remote machines on which you are
-running coasters
-
. $HOME/.globus/scripts directory on the host on which you run the Swift
command, when swift is submitting to a local scheduler (Condor, PBS, SGE,
Cobalt)
-. $HOME/.globus/??? on remote systems that you access via Globus
+. $HOME/.globus/coasters directory on remote machines on which you are
+running coasters
+. $HOME/.globus/* files on remote systems accessed via Coaster providers
+
Modified: trunk/docs/documentation/building
===================================================================
--- trunk/docs/documentation/building 2013-02-06 14:24:53 UTC (rev 6238)
+++ trunk/docs/documentation/building 2013-02-06 14:56:06 UTC (rev 6239)
@@ -10,6 +10,7 @@
* asciidoc and a2x (http://www.methods.co.nz/asciidoc)
* dblatex (http://dblatex.sourceforge.net)
* source-highlight (http://www.gnu.org/software/src-highlite)
+* For Mac OSX users only: coreutils (installation via macports recommended)
For CI users, compiled versions of these packages can be found in ~davidk.
More information about the Swift-commit
mailing list