[Swift-commit] r6990 - in SwiftTutorials/OSG-Swift: app doc

wilde at ci.uchicago.edu wilde at ci.uchicago.edu
Fri Aug 23 17:48:18 CDT 2013


Author: wilde
Date: 2013-08-23 17:48:17 -0500 (Fri, 23 Aug 2013)
New Revision: 6990

Modified:
   SwiftTutorials/OSG-Swift/app/simulate.sh
   SwiftTutorials/OSG-Swift/doc/README
Log:
edited doc; adjusted log output.

Modified: SwiftTutorials/OSG-Swift/app/simulate.sh
===================================================================
--- SwiftTutorials/OSG-Swift/app/simulate.sh	2013-08-23 21:47:58 UTC (rev 6989)
+++ SwiftTutorials/OSG-Swift/app/simulate.sh	2013-08-23 22:48:17 UTC (rev 6990)
@@ -16,10 +16,10 @@
 }
 
 log() {
-  printf "\nCalled as: $0: $cmdargs\n\n"
-  printf "Start time: "; /bin/date
-  printf "Running on node: "; /bin/hostname
-  printf "Running as user: "; /usr/bin/id
+  printf "\nCalled as:        $0: $cmdargs\n"
+  printf   "Start time:      "; /bin/date
+  printf   "Running on node: "; /bin/hostname
+  printf   "Running as user: "; /usr/bin/id
   printparams
   printf "\nEnvironment:\n\n"
   printenv | sort

Modified: SwiftTutorials/OSG-Swift/doc/README
===================================================================
--- SwiftTutorials/OSG-Swift/doc/README	2013-08-23 21:47:58 UTC (rev 6989)
+++ SwiftTutorials/OSG-Swift/doc/README	2013-08-23 22:48:17 UTC (rev 6990)
@@ -64,6 +64,7 @@
 $ cd $HOME
 $ tutorial osg-swift
 $ cd osg-swift
+-----
 
 Verify your environment
 ~~~~~~~~~~~~~~~~~~~~~~~
@@ -106,7 +107,7 @@
 
 The simulation.sh script serves as a trivial substitute for a complex
 scientific simulation application. It generates and prints a set of
-one or more random integers in the range [0-2^32) as controlled by its
+one or more random integers in the range [0-2^62) as controlled by its
 optional arguments, which are:
 
 -----
@@ -150,18 +151,9 @@
 $ head -5 log
 
 Called as: /home/wilde/swift/tut/CIC_2013-08-09/app/simulate.sh: 
-
 Start time: Thu Aug 22 12:40:24 CDT 2013
 Running on node: login01.osgconnect.net
 
-$ tail -5 log
-SSH_CLIENT=67.173.156.31 46887 22
-SSH_CONNECTION=67.173.156.31 46887 128.135.158.173 22
-SSH_TTY=/dev/pts/9
-TERM=xterm-color
-USER=wilde
-$ 
-
 $ simulate.sh -n 4 -r 1000000 2>log
   239454
   386702
@@ -183,9 +175,6 @@
 real    0m3.012s
 user    0m0.005s
 sys     0m0.006s
-$ 
-
-
 -----
 
 stats.sh




More information about the Swift-commit mailing list