[Swift-commit] r5447 - branches/release-0.93/docs/siteguide

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Mon Dec 19 17:15:56 CST 2011


Author: ketan
Date: 2011-12-19 17:15:56 -0600 (Mon, 19 Dec 2011)
New Revision: 5447

Modified:
   branches/release-0.93/docs/siteguide/beagle
Log:
minor

Modified: branches/release-0.93/docs/siteguide/beagle
===================================================================
--- branches/release-0.93/docs/siteguide/beagle	2011-12-19 19:15:32 UTC (rev 5446)
+++ branches/release-0.93/docs/siteguide/beagle	2011-12-19 23:15:56 UTC (rev 5447)
@@ -3,7 +3,7 @@
 
 Introduction
 ~~~~~~~~~~~~
-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 workings can be found on Swift documentation page here: http://www.ci.uchicago.edu/swift/wwwdev/docs/index.php .
+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 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
 ~~~~~~~~~~~~~~~~~
@@ -19,9 +19,15 @@
 node with the following command:
 
 -----
-ssh yourusername at login.beagle.ci.uchicago.edu
+ssh -l username login.beagle.ci.uchicago.edu -A
 -----
 
+or to log on to the sandbox:
+
+-----
+ssh -l username sandbox.beagle.ci.uchicago.edu -A
+-----
+
 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+




More information about the Swift-commit mailing list