Skip to content

Question about dlas implementation #2

Description

@BingyangWu

jump_time = int(math.ceil((JOBS.queue_limit[qid] - rjob['executed_time'])/rjob['num_gpu']) + event_time)

Hi! I am using dlas scheduler in your simulator. However, I am confused about the calculation for jump_time. According to my knowledge, it represents the next time when a job is demoted to another queue. In this case, it should be calculated as jump_time = int(math.ceil((JOBS.queue_limit[qid])/rjob['num_gpu'] - rjob['executed_time']) + event_time) . Could you please explain this calculation? Looking forward to your apply!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions