Mentions légales du service

Skip to content
Snippets Groups Projects
  • S. Lackner's avatar
    23df20d3
    [code] Huge change on how sub jobs are handled. · 23df20d3
    S. Lackner authored
    The class DynamicJobRequest is removed since it is much simpler to
    manage all kind of dynamic jobs through the new workloads. However,
    dynamic job requests are no longer found through 'scheduler.jobs' and
    have to be found in the particular workload object (either through
    job.sub_jobs_workload, job.sub_jobs, or scheduler.dynamic_workload)
    23df20d3
    History
    [code] Huge change on how sub jobs are handled.
    S. Lackner authored
    The class DynamicJobRequest is removed since it is much simpler to
    manage all kind of dynamic jobs through the new workloads. However,
    dynamic job requests are no longer found through 'scheduler.jobs' and
    have to be found in the particular workload object (either through
    job.sub_jobs_workload, job.sub_jobs, or scheduler.dynamic_workload)