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

amerzky at cct.lsu.edu amerzky at cct.lsu.edu
Tue Jan 13 19:44:32 CST 2009


User: amerzky
Date: 2009/01/13 07:44 PM

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

Log:
 add gumbocloud to the aws example.  Works, but still can't login
 to the running instance (IP problems still I guess)
 A

File Changes:

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

File [modified]: aws.cpp
Delta lines: +7 -5
===================================================================
--- trunk/examples/misc/aws.cpp	2009-01-13 23:12:52 UTC (rev 3265)
+++ trunk/examples/misc/aws.cpp	2009-01-14 01:44:22 UTC (rev 3266)
@@ -94,19 +94,21 @@
     // "https://vm02.cct.lsu.edu:8443/"
 
     // create a new instance on ec2, and run a test job
-    test_cloud (jd, "ec2");
-
-    // access a running VM instance on ec2, and run a test job
+ // test_cloud (jd, "ec2");
  // test_cloud (jd, "ec2",        "i-d642c7bf");
 
-    // samoe for eucalyptus
+    // same for eucalyptus
  // test_cloud (jd, "eucalyptus");
  // test_cloud (jd, "eucalyptus", "i-417E085F");
 
-    // samoe for nimbus
+    // same for nimbus
  // test_cloud (jd, "nimbus");
  // test_cloud (jd, "nimbus",     "i-3247A527");
   
+    // same for gumbocloud
+    test_cloud (jd, "gumbocloud");
+ // test_cloud (jd, "gumbocloud",        "i-d642c7bf");
+
   }
   catch ( saga::exception const & e )
   {



More information about the saga-devel mailing list