From 3e0a722672c2b12d29f44c303359f1a4a232623d Mon Sep 17 00:00:00 2001 From: kshakir Date: Fri, 25 Feb 2011 17:51:01 +0000 Subject: [PATCH] MFCP waits for other pipelines to finish by using the previous log file of one pipeline as virtual input to the next pipeline. Using the name of the yaml in the log file name instead of each writing each to "queue.out" so that two yamls can run from the same directory without creating cycles in the graph. git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5318 348d0f76-0448-11de-a6fe-93d51630548a --- scala/qscript/playground/MultiFullCallingPipeline.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scala/qscript/playground/MultiFullCallingPipeline.scala b/scala/qscript/playground/MultiFullCallingPipeline.scala index 0f61747eb..dde4cd9db 100644 --- a/scala/qscript/playground/MultiFullCallingPipeline.scala +++ b/scala/qscript/playground/MultiFullCallingPipeline.scala @@ -79,7 +79,7 @@ class MultiFullCallingPipeline extends QScript { var pipelineComplete = new File(yamlFile.getParentFile, yamlName + ".mfcp") commandDirectory = yamlFile.getParentFile - jobOutputFile = IOUtils.absolute(commandDirectory, "queue.out") + jobOutputFile = IOUtils.absolute(commandDirectory, yamlName + ".queue.txt") jarFile = queueJar memoryLimit = Some(1)