use inter-scripts variables glite-lb-client_branch_1_2_1_2
authorMiloš Mulač <mulac@civ.zcu.cz>
Thu, 9 Jun 2005 09:52:18 +0000 (09:52 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Thu, 9 Jun 2005 09:52:18 +0000 (09:52 +0000)
org.glite.lb.client/examples/ready.l
org.glite.lb.client/examples/running.l

index e4d9ac7..530a503 100644 (file)
@@ -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"
 
index 83d12b1..60dfe6a 100644 (file)
@@ -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}"