[Swift-commit] r3140 - trunk/libexec

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Sun Oct 11 14:16:57 CDT 2009


Author: hategan
Date: 2009-10-11 14:16:57 -0500 (Sun, 11 Oct 2009)
New Revision: 3140

Modified:
   trunk/libexec/vdl-sc.k
Log:
Pass sysinfo profile if specified

Modified: trunk/libexec/vdl-sc.k
===================================================================
--- trunk/libexec/vdl-sc.k	2009-10-11 19:16:29 UTC (rev 3139)
+++ trunk/libexec/vdl-sc.k	2009-10-11 19:16:57 UTC (rev 3140)
@@ -12,6 +12,7 @@
 					to(properties
 						each(properties)
 						maybe(property("gridlaunch", gridlaunch))
+						maybe(property("sysinfo", sysinfo))
 					)
 				)
 			)
@@ -31,7 +32,7 @@
 					major == "4" "GT4"
 					major == "2" "GT2"
 					throw("Unknown job manager version: major = {major}, minor = {minor}, patch = {patch}, url = {url}")
-				)
+				) 
 				service(type="execution", provider=provider, url=url)
 			)
 




More information about the Swift-commit mailing list