[Swift-commit] r2358 - trunk/libexec

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Thu Dec 4 11:15:07 CST 2008


Author: hategan
Date: 2008-12-04 11:15:06 -0600 (Thu, 04 Dec 2008)
New Revision: 2358

Modified:
   trunk/libexec/vdl-int.k
Log:
pass stagein files to job constraints

Modified: trunk/libexec/vdl-int.k
===================================================================
--- trunk/libexec/vdl-int.k	2008-12-04 17:11:54 UTC (rev 2357)
+++ trunk/libexec/vdl-int.k	2008-12-04 17:15:06 UTC (rev 2358)
@@ -362,7 +362,7 @@
 			replicationGroup, replicationChannel]
 			stagein := list(unique(each(stagein)))
 			stageout := list(unique(each(stageout)))
-			allocateHost(rhost, constraints=vdl:jobConstraints(tr)
+			allocateHost(rhost, constraints=vdl:jobConstraints(tr, stagein)
 				
 				[wfdir, sharedDir] := try(
 					initSharedDir(rhost)




More information about the Swift-commit mailing list