From 818791848a0323a557da173551d494d8b0cbb48e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Thu, 9 Jun 2005 09:52:18 +0000 Subject: [PATCH] use inter-scripts variables --- org.glite.lb.client/examples/ready.l | 2 +- org.glite.lb.client/examples/running.l | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/org.glite.lb.client/examples/ready.l b/org.glite.lb.client/examples/ready.l index e4d9ac7..530a503 100644 --- a/org.glite.lb.client/examples/ready.l +++ b/org.glite.lb.client/examples/ready.l @@ -12,7 +12,7 @@ -s WorkloadManager,-e HelperCall, --helper_name="name of the called component",--helper_params="parameters of the call", --src_role=CALLING #-s Helper,-e HelperCall, --helper_name="name of the called component",--helper_params="parameters of the call", --src_role=CALLED #-s Helper,-e HelperReturn, --helper_name="name of the called component",--retval="returned data", --src_role=CALLED --s WorkloadManager,-e Match,--dest_id="Id of the destination CE/queue" +-s WorkloadManager,-e Match,--dest_id="${DESTINATION:-destination CE/queue}" -s WorkloadManager,-e HelperReturn, --helper_name="name of the called component",--retval="returned data", --src_role=CALLING -s WorkloadManager,-e EnQueued, --queue="destination queue", --job="job description in receiver language", --result=OK, --reason="detailed description of transfer" diff --git a/org.glite.lb.client/examples/running.l b/org.glite.lb.client/examples/running.l index 83d12b1..60dfe6a 100644 --- a/org.glite.lb.client/examples/running.l +++ b/org.glite.lb.client/examples/running.l @@ -1,4 +1,4 @@ # macro definition for RUNNING state :scheduled: --s LogMonitor,-e Running,--node="worker node where the executable is run" +-s LogMonitor,-e Running,--node="${CE_NODE:-worker node}" -- 1.8.2.3