[Swift-commit] r6846 - SwiftTutorials/CIC_2013-08-09
wilde at ci.uchicago.edu
wilde at ci.uchicago.edu
Wed Aug 14 09:36:48 CDT 2013
Author: wilde
Date: 2013-08-14 09:36:47 -0500 (Wed, 14 Aug 2013)
New Revision: 6846
Added:
SwiftTutorials/CIC_2013-08-09/TODO
Log:
Add TODO list.
Added: SwiftTutorials/CIC_2013-08-09/TODO
===================================================================
--- SwiftTutorials/CIC_2013-08-09/TODO (rev 0)
+++ SwiftTutorials/CIC_2013-08-09/TODO 2013-08-14 14:36:47 UTC (rev 6846)
@@ -0,0 +1,66 @@
+1. Cleanup.sh mentioned in the tutorial
+[fixed]
+
+2. cd ../part02
+[fixed]
+
+3. support for zsh, csh
+[pending]
+
+4. What results are created and where did the outputs go ?
+and pointers to what the log files mean
+[pending]
+
+5. Part4,
+- cd ../part04 is missing. Cleanup the README
+[fixed]
+
+6. Part5
+- cd ../part05 is missing. Cleanup
+[fixed]
+
+7. Part7
+-Change from running on Tukey analysis cluster compute nodes
+[fixed]
+
+8. Part6
+command line args for nsim and steps, tell user the different behavior
+that can be expected with different arg options
+[pending]
+
+9. Draw workflow for the modis demos
+[pending]
+
+10. Link to more technical swift-lang references
+[pending]
+
+11. Links to detailed language constructs, when explaining
+apps, link to the section on apps in the userguide.
+[pending]
+
+
+
+---
+
+From Yadu:
+
+I've committed all the changes that I made on Friday and you can get them
+from -> https://svn.ci.uchicago.edu/svn/vdl2/SwiftTutorials/CIC_2013-08-09
+
+I'm trying to make this tutorial easily work on several sites so that, we
+do not have to tweak things for every single tutorial. Once this is done,
+I can also add it to the test-battery as well. I think this has value
+considering that we spend atleast 1-2 days for every demo.
+
+Now, the major pending item is the Modis demo, specifically the issue of
+bringing data to any site and scripts. Slight tweaks to allow for sending
+the scripts as args to apps would also be needed.
+
+So the major changes are:
+1. Source the setup.sh script with the target site name
+eg. source setups.sh <cloud|uc3|midway|beagle>
+2. No separate cloud folder
+3. [pending] fix modis data and scripts
+4. [pending] support for zsh and other shells?
+
+---
More information about the Swift-commit
mailing list