[Swift-commit] r6362 - trunk/docs/siteguide
ketan at ci.uchicago.edu
ketan at ci.uchicago.edu
Sun Mar 10 14:35:04 CDT 2013
Author: ketan
Date: 2013-03-10 14:35:03 -0500 (Sun, 10 Mar 2013)
New Revision: 6362
Modified:
trunk/docs/siteguide/beagle
Log:
updating Swift Beagle docs
Modified: trunk/docs/siteguide/beagle
===================================================================
--- trunk/docs/siteguide/beagle 2013-03-09 22:04:21 UTC (rev 6361)
+++ trunk/docs/siteguide/beagle 2013-03-10 19:35:03 UTC (rev 6362)
@@ -3,24 +3,34 @@
Beagle is a Cray XE6 supercomputer at UChicago. It employs a batch-oriented
computational model where-in a PBS schedular accepts user's jobs and queues
-them in the queueing system for execution. The computational model requires
-a user to prepare the submit files, track job submissions, chackpointing,
-managing input/output data and handling exceptional conditions manually.
-Running Swift under Beagle can accomplish the above tasks with least manual
-user intervention and maximal oppurtunistic computation time on Beagle
-queues. In the following sections, we discuss more about specifics of
-running Swift on Beagle. A more detailed information about Swift and its
+them in the queueing system for execution.
+
+The computational model requires a user to prepare the submit files, track job
+submissions, chackpointing, managing input/output data and handling exceptional
+conditions manually. Running Swift under Beagle can accomplish the above tasks
+with least manual user intervention and maximal oppurtunistic computation time
+on Beagle queues. In the following sections, we discuss more about specifics
+of running Swift on Beagle. A more detailed information about Swift and its
workings can be found on Swift documentation page here:
+
+----
http://www.ci.uchicago.edu/swift/wwwdev/docs/index.php
+----
+
More information on Beagle can be found on UChicago Beagle website here:
+
+----
http://beagle.ci.uchicago.edu
+----
Requesting Access
~~~~~~~~~~~~~~~~~
-If you do not already have a Computation Institute account, you can request
-one at https://www.ci.uchicago.edu/accounts/. This page will give you a list
-of resources you can request access to.
-You already have an existing CI account, but do not have access to Beagle,
+
+If you do not already have a Computation Institute (CI) account, you can
+request one at https://www.ci.uchicago.edu/accounts/. This page will give you a
+list of resources you can request access to.
+
+If you already have an existing CI account, but do not have access to Beagle,
send an email to support at ci.uchicago.edu to request access.
Connecting to a login node
@@ -32,9 +42,11 @@
ssh yourusername at login.beagle.ci.uchicago.edu
-----
+Getting Started with Swift
+~~~~~~~~~~~~~~~~~~~~~~~~~~
Follow the steps outlined below to get started with Swift on Beagle:
-*step 1.* Load the Swift module on Beagle as follows: +module load swift+
+*step 1.* Load the Swift and Sun-java module on Beagle as follows: +module load swift sun-java+
*step 2.* Create and change to a directory where your Swift related work will
stay. (say, +mkdir swift-lab+, followed by, +cd swift-lab+)
@@ -45,7 +57,7 @@
-----
type file;
-/* App definitio */
+/* App definition */
app (file o) cat (file i)
{
cat @i stdout=@o;
@@ -190,8 +202,9 @@
The most likely cause is the module is not loaded. Do the following to load the Swift module:
-----
-$ module load swift
-Swift version swift-0.93RC5 loaded
+$ module load swift sun-java
+Swift version swift-0.93 loaded
+sun-java version jdk1.7.0_02 loaded
-----
* Failed to transfer wrapperlog for job cat-nmobtbkk and/or Job failed with an exit code of 254. Check the <workdirectory> element on the sites.xml file.
More information about the Swift-commit
mailing list