From 0431d31b0cd8db8fb3a78571fc277d041cddcf19 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Posp=C3=AD=C5=A1il?= Date: Sun, 25 Feb 2007 23:13:22 +0000 Subject: [PATCH] updated CondorMatch and CondorRun --- org.glite.lb/project/events.T | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/org.glite.lb/project/events.T b/org.glite.lb/project/events.T index 9c865f1..879b58d 100644 --- a/org.glite.lb/project/events.T +++ b/org.glite.lb/project/events.T @@ -250,19 +250,27 @@ @type PBSError Any error occured string error_desc Error reason -@type CondorSubmit Job SUBMITTED to Condor +@type CondorSubmit Job SUBMITed to Condor string universe Condor Universe string submit_host Submitting machine string condor_id Condor ID -@type CondorMatch Job MATCHED +@type CondorMatch Job MATCHed string condor_id Condor ID string owner Owner string matched_host Matched host - string node Node + string preempting Preempting + _optional_ -@type CondorExecute Condor execute - string node node +@type CondorRun Condor EXECUTEed + string condor_id Condor ID + string universe Condor Universe + string scheduler Scheduler ID + _optional_ + string dest_host Where to run the job + _optional_ + int pid Actual process ID + _optional_ @type CondorChkpt string info Some useful info -- 1.8.2.3