8000 Unusual definition of makespan · Issue #69 · oar-team/batsim · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Unusual definition of makespan #69
Open
@maelmadon

Description

@maelmadon

I realized that the definition of makespan chosen for batsim outputs is max(finish_time) (https://batsim.readthedocs.io/en/latest/output-schedule.html?highlight=makespan#schedule ).
I think the most common definition is max(finish_time) - min(submission_time).

These definitions are the same if our time origin is 0 (first job submitted at t=0), but there is an offset otherwise.

Solutions proposed:

  • at least put a warning in the doc that this definition can be different from the commonly used
  • change the way makespan is calculated.

Personally, I don't see when the current definition can be better than the common one.

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

      0