[Swift-commit] r5493 - SwiftApps/modis

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Mon Jan 9 11:44:44 CST 2012


Author: davidk
Date: 2012-01-09 11:44:44 -0600 (Mon, 09 Jan 2012)
New Revision: 5493

Added:
   SwiftApps/modis/README
Log:
Add readme file for some instructions on how to run


Added: SwiftApps/modis/README
===================================================================
--- SwiftApps/modis/README	                        (rev 0)
+++ SwiftApps/modis/README	2012-01-09 17:44:44 UTC (rev 5493)
@@ -0,0 +1,51 @@
+demo.local
+----------
+This script will run the modis demo using only the processors available on the 
+local machine. Modify tc.local to reflect the path to the modis applications.
+Run the demo by running:
+
+./demo.local
+
+This will use all 317 input files. To limit the number of task that will be
+created, run:
+
+./demo.local urban <NumInputFiles>
+
+
+demo.pads
+---------
+This script will run the demo on PADS using coasters. This should be run
+from a PADS login node (login.pads.ci.uchicago.edu)
+
+Edit the 'swift' application and modify the line
+that says: HEAPMAX=256M. Change it to HEAPMAX=1024M.
+
+Edit tc.pads to reflect the path to the modis applications.
+
+Make sure that your default PADS project is defined. You can check this
+by running the 'projects' command.
+
+Run the demo with the command:
+
+nice ./demo.pads
+
+This will use all 317 input files. to limit the number of tasks that will be
+created, run:
+
+nice ./demo.local urban <NumInputFiles>
+
+
+demo.pads-pbs
+-------------
+The instructions for running this are the same as for demo.pads. The only
+difference between the two is that demo.pads uses coasters while
+demo.pads-pbs uses the plain PBS provider.
+
+nice ./demo.pads-pbs
+
+
+Output
+------
+When the script is completed, you should see several output files created in
+the landuse directory. Another graphic will be created in the directory
+$HOME/public_html/geo.




More information about the Swift-commit mailing list