[Saga-devel] saga SVN commit 3389: /trunk/examples/misc/

amerzky at cct.lsu.edu amerzky at cct.lsu.edu
Sun Jan 25 03:52:43 CST 2009


User: amerzky
Date: 2009/01/25 03:52 AM

Modified:
 /trunk/examples/misc/
  aws.cpp

Log:
 snapshot

File Changes:

Directory: /trunk/examples/misc/
================================

File [modified]: aws.cpp
Delta lines: +5 -4
===================================================================
--- trunk/examples/misc/aws.cpp	2009-01-25 03:57:51 UTC (rev 3388)
+++ trunk/examples/misc/aws.cpp	2009-01-25 09:52:32 UTC (rev 3389)
@@ -68,10 +68,11 @@
     std::vector <std::string> args;
     std::vector <std::string> env;
 
-    std::string exe ("saga-file");
+    std::string exe ("saga-job");
 
-    args.push_back ("list_dir");
-    args.push_back ("ssh://amerzky@gg101.cct.lsu.edu/");
+    args.push_back ("run");
+    args.push_back ("fork://localhost");
+    args.push_back ("/bin/date");
 
     env.push_back  ("SAGA_VERBOSE=0");
 
@@ -92,7 +93,7 @@
 
     // create a new instance on ec2, and run a test job
  // test_cloud (jd, "ec2");
-    test_cloud (jd, "ec2",        "i-70b33119");
+    test_cloud (jd, "ec2",        "i-2863e141");
 
     // same for eucalyptus
  // test_cloud (jd, "eucalyptus");



More information about the saga-devel mailing list