COLLECTION jobtype for RegisterEvent
authorMiloš Mulač <mulac@civ.zcu.cz>
Wed, 27 Sep 2006 14:02:28 +0000 (14:02 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Wed, 27 Sep 2006 14:02:28 +0000 (14:02 +0000)
org.glite.lb/project/events.T

index 24b7626..ab4749e 100644 (file)
        _code_  DAG             The job is dag (containing static set of subjobs).
        _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).
        
        int     nsubjobs        Number of subjobs this job plans to spawn.
        _optional_