From: Aleš Křenek Date: Thu, 25 Jan 2007 11:44:45 +0000 (+0000) Subject: PBS stuff X-Git-Tag: gridsite-core_R_1_4_0~34 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=5833e4825e8d1f7a5f492f32bf54190c536652dc;p=jra1mw.git PBS stuff --- diff --git a/org.glite.lb/project/events.T b/org.glite.lb/project/events.T index 55148e4..a897246 100644 --- a/org.glite.lb/project/events.T +++ b/org.glite.lb/project/events.T @@ -143,6 +143,7 @@ _code_ PARTITIONABLE The job is partitionable (may become partitioned). _code_ PARTITIONED The job is partitioned (dynamically created dag). _code_ COLLECTION The job is collection (containing static set of subjobs). + _code_ PBS int nsubjobs Number of subjobs this job plans to spawn. _optional_ @@ -209,3 +210,33 @@ string histogram User readable histogram; useful for debugging. jobid child JobId of subjob, which triggered the state change. string child_event Event which triggered the state change. + + +@type PBSReg Job seen by PBS + string queue Queue name + +@type PBSQueued Job enqued + string queue Queue name + string owner Job owner + string name Job name + +@type PBSPlan Job considered for running + +@type PBSRun Job attempted to be run by the logging component + string scheduler Scheduler ID + _optional_ + string dest_host Where to run the job + _optional_ + int pid Actual process ID + _optional_ + +@type PBSDone Job terminated + int exit_status Exit status + +@type PBSResourceUsage Resources requested/consumed + int usage Type of record + _code_ REQUESTED Requested value + _code_ USED Consumed quantity + string name Name of resource + int quantity The quantity + string unit Units (sec, kB, etc.) diff --git a/org.glite.lb/project/status.T b/org.glite.lb/project/status.T index 7dab62d..9d554c4 100644 --- a/org.glite.lb/project/status.T +++ b/org.glite.lb/project/status.T @@ -8,6 +8,7 @@ int jobtype Type of job _code_ SIMPLE simple job _code_ DAG composite job _code_ COLLECTION parent of collection of jobs + _code_ PBS PBS job jobid parent_job parent job of subjob string seed string used for generation of subjob IDs