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

wozniak at ci.uchicago.edu wozniak at ci.uchicago.edu
Wed Sep 21 11:41:03 CDT 2011


Author: wozniak
Date: 2011-09-21 11:41:03 -0500 (Wed, 21 Sep 2011)
New Revision: 5150

Modified:
   trunk/docs/userguide/howto_tips
Log:
Whitespace


Modified: trunk/docs/userguide/howto_tips
===================================================================
--- trunk/docs/userguide/howto_tips	2011-09-21 16:38:31 UTC (rev 5149)
+++ trunk/docs/userguide/howto_tips	2011-09-21 16:41:03 UTC (rev 5150)
@@ -34,18 +34,18 @@
 files, and have two output files on stdout and stderr:
 
 ----
-type file;  
-  
-(file o, file e) p() {   
-    app {  
-        mpi stdout=@filename(o) stderr=@filename(e);  
-    }  
-}  
-  
-file mpiout <"mpi.out">;  
-file mpierr <"mpi.err">;  
-  
-(mpiout, mpierr) = p();  
+type file;
+
+(file o, file e) p() {
+    app {
+        mpi stdout=@filename(o) stderr=@filename(e);
+    }
+}
+
+file mpiout <"mpi.out">;
+file mpierr <"mpi.err">;
+
+(mpiout, mpierr) = p();
 ----
 
 Now we define how 'mpi' will run in tc.data:
@@ -58,7 +58,7 @@
 
 ----
 #!/bin/bash
-mpirun -np 3 -machinefile $PBS_NODEFILE /home/benc/mpi/a.out 
+mpirun -np 3 -machinefile $PBS_NODEFILE /home/benc/mpi/a.out
 ----
 
 Because of the way that Swift runs its server side code,
@@ -95,7 +95,7 @@
 site catalog. For example:
 
 ----
-<pool handle="localhost" sysinfo="INTEL32::WINDOWS">  
-...  
-</pool>  
+<pool handle="localhost" sysinfo="INTEL32::WINDOWS">
+...
+</pool>
 ----




More information about the Swift-commit mailing list