[Swift-commit] r6271 - in SwiftApps/modis: . conf

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Thu Feb 14 14:22:34 CST 2013


Author: davidk
Date: 2013-02-14 14:22:34 -0600 (Thu, 14 Feb 2013)
New Revision: 6271

Modified:
   SwiftApps/modis/README
   SwiftApps/modis/conf/midway.cf
Log:
Run on midway
Update README to describe briefly what the tutorial scripts do


Modified: SwiftApps/modis/README
===================================================================
--- SwiftApps/modis/README	2013-02-14 19:55:19 UTC (rev 6270)
+++ SwiftApps/modis/README	2013-02-14 20:22:34 UTC (rev 6271)
@@ -1,51 +1,15 @@
-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:
+tutorial/modis01.swift
+-----
+Runs a single landuse on h00v09.pgm.gz. Creates landuse/h00v08.landuse.byfreq as output
 
-./demo.local
+tutorial/modis02.swift
+-----
+Runs landuse on all data files. Creates multiple landuse/*.byfreq files.
 
-This will use all 317 input files. To limit the number of task that will be
-created, run:
+tutorial/modis03.swift
+-----
+Runs analyzelanduse on output data. Generates topselected.txt and selectedtiles.txt
 
-./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.
+tutorial/modis04.swift
+-----
+Also creates a map with top section selected

Modified: SwiftApps/modis/conf/midway.cf
===================================================================
--- SwiftApps/modis/conf/midway.cf	2013-02-14 19:55:19 UTC (rev 6270)
+++ SwiftApps/modis/conf/midway.cf	2013-02-14 20:22:34 UTC (rev 6271)
@@ -6,10 +6,10 @@
 use.provider.staging=false
 provider.staging.pin.swiftfiles=false
 
-#site WALLTIME=00:05:00
+#site midway WALLTIME=00:05:00
 
 #app getlanduse=$PWD/../bin/getlanduse.sh
-#app analyzelanduse=$PWD/../bin/analyzelanduse2.sh
+#app analyzelanduse=$PWD/../bin/analyzelanduse.sh
 #app colormodis=$PWD/../bin/colormodis.sh
 #app assemble=$PWD/../bin/assemble2.sh
 #app markmap=$PWD/../bin/markmap.sh




More information about the Swift-commit mailing list