[Swift-commit] r3676 - trunk/libexec

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Sat Oct 9 15:00:42 CDT 2010


Author: hategan
Date: 2010-10-09 15:00:42 -0500 (Sat, 09 Oct 2010)
New Revision: 3676

Modified:
   trunk/libexec/vdl-int.k
Log:
fixed -scratch parameter in parameter files

Modified: trunk/libexec/vdl-int.k
===================================================================
--- trunk/libexec/vdl-int.k	2010-10-09 14:27:20 UTC (rev 3675)
+++ trunk/libexec/vdl-int.k	2010-10-09 20:00:42 UTC (rev 3676)
@@ -401,6 +401,7 @@
 			replicationGroup, replicationChannel]
 			stagein := list(unique(each(stagein)))
 			stageout := list(unique(each(stageout)))
+			
 			allocateHost(rhost, constraints=vdl:jobConstraints(tr, stagein=stagein)
 
 				ddir := initDDir()
@@ -429,7 +430,7 @@
 				if(wrapperMode == "files"
 					sequential(
 						sys:file:write(wrapfile,
-							"-scratch", try(vdl:siteprofile(rhost, "scratch"), "")
+							"-scratch", try(vdl:siteprofile(rhost, "scratch"), ""), nl(),
 							"-e ",vdl:executable(tr, rhost), nl(),
 							"-out ",stdout,nl(),
 							"-err ",stderr,nl(),




More information about the Swift-commit mailing list