syntax error in using --job
authorMiloš Mulač <mulac@civ.zcu.cz>
Wed, 13 Jun 2007 13:10:52 +0000 (13:10 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Wed, 13 Jun 2007 13:10:52 +0000 (13:10 +0000)
org.glite.lb.client/examples/ready.l
org.glite.lb.client/examples/resubmission.l
org.glite.lb.client/examples/scheduled_dag.l
org.glite.lb.client/examples/scheduled_subjob.l
org.glite.lb.client/examples/submitted.l

index 530a503..536f8a5 100644 (file)
@@ -4,7 +4,7 @@
 # NetworkServer
 
 -s NetworkServer,-e EnQueued, --queue="destination queue", --job="job description in receiver language", --result=OK, --reason="detailed description of transfer"
-# -s NetworkServer,-e Transfer,--destination="WorkloadManager",--dest_host="destination hostname",--dest_instance="destination instance",--dest_jobid="job description in receiver language",--result=OK,--reason="detailed description of transfer",--dest_jobid="destination internal jobid"
+# -s NetworkServer,-e Transfer,--destination="WorkloadManager",--dest_host="destination hostname",--dest_instance="destination instance",--job="job description in receiver language",--result=OK,--reason="detailed description of transfer",--dest_jobid="destination internal jobid"
 
 # WorkloadManager
 
index ed6fdcb..b55f972 100644 (file)
 -s WorkloadManager,-e EnQueued, --queue="wm_output.fl", --job="job description in receiver language", --result=OK, --reason="detailed description of transfer"
 
 -s JobController,-e DeQueued, --queue="wm_output.fl", --local_jobid="JC_ID"
--s JobController,-e Transfer,--destination="LRMS",--dest_host="destination hostname",--dest_instance="destination instance",--dest_jobid="job description in receiver language",--result=OK,--reason="detailed description of transfer",--dest_jobid="destination internal jobid"
+-s JobController,-e Transfer,--destination="LRMS",--dest_host="destination hostname",--dest_instance="destination instance",--job="job description in receiver language",--result=OK,--reason="detailed description of transfer",--dest_jobid="destination internal jobid"
 
 -s LogMonitor,-e Accepted, --from="JobController", --from_host="sending component hostname", --from_instance="sending component instance", --local_jobid="new jobId (Condor, Globus ...)"
--s LogMonitor,-e Transfer,--destination="LRMS",--dest_host="destination hostname",--dest_instance="destination instance",--dest_jobid="job description in receiver language",--result=OK,--reason="detailed description of transfer",--dest_jobid="destination internal jobid"
+-s LogMonitor,-e Transfer,--destination="LRMS",--dest_host="destination hostname",--dest_instance="destination instance",--job="job description in receiver language",--result=OK,--reason="detailed description of transfer",--dest_jobid="destination internal jobid"
 
 -s LogMonitor,-e Running,--node="${CE_NODE:-worker node}"
 
index a90b788..3d7e10d 100644 (file)
@@ -4,7 +4,7 @@
 # JobSubmition
 
 -s JobController,-e DeQueued, --queue="queue name", --local_jobid="new jobId assigned by the receiving component"
--s JobController,-e Transfer,--destination="LogMonitor",--dest_host="destination hostname",--dest_instance="destination instance",--dest_jobid="job description in receiver language",--result=START,--reason="detailed description of transfer",--dest_jobid="destination internal jobid"
+-s JobController,-e Transfer,--destination="LogMonitor",--dest_host="destination hostname",--dest_instance="destination instance",--job="job description in receiver language",--result=START,--reason="detailed description of transfer",--dest_jobid="destination internal jobid"
 
 # LogMonitor
 
index f1d3021..76eeec5 100644 (file)
@@ -3,5 +3,5 @@
 :ready_subjob:
 # LogMonitor
 
--s LogMonitor,-e Transfer,--destination="LRMS",--dest_host="destination hostname",--dest_instance="destination instance",--dest_jobid="job description in receiver language",--result=OK,--reason="detailed description of transfer",--dest_jobid="destination internal jobid"
+-s LogMonitor,-e Transfer,--destination="LRMS",--dest_host="destination hostname",--dest_instance="destination instance",--job="job description in receiver language",--result=OK,--reason="detailed description of transfer",--dest_jobid="destination internal jobid"
 
index 932ef55..c5281a3 100644 (file)
@@ -1,5 +1,5 @@
 # macro definition for SUBMITTED state
 
 # only job registration needed for submitted state
-#-p,-s UserInterface,-e Transfer,--destination="NetworkServer",--destination_host="destination hostname",--destination_instance="destination instance",--destination_jobid="job description in receiver language",--result=OK,--reason="detailed description of transfer",--destination_jobid="destination internal jobid"
+#-p,-s UserInterface,-e Transfer,--destination="NetworkServer",--destination_host="destination hostname",--destination_instance="destination instance",--job="job description in receiver language",--result=OK,--reason="detailed description of transfer",--destination_jobid="destination internal jobid"