Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • SWIFTsim SWIFTsim
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 57
    • Issues 57
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • SWIFT
  • SWIFTsimSWIFTsim
  • Merge requests
  • !273

Lean tasks

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Pedro Gonnet requested to merge lean_tasks into master Oct 25, 2016
  • Overview 4
  • Commits 17
  • Changes 6

First step in cleaning up our tasks, remove the tic, toc, and rid fields, i.e. make them optional for debugging.

These values are currently only being used for:

  • Task reweighting with wall-clock values, which is dubious at best and has been removed for now,
  • Repartitioning, which can also be done with the pre-computed task cost estimates.
  • Some error checking in the scheduler, but it's all cases that would cause failures elsewhere, so they won't be missed,
  • Generating task plots, which is still possible if configured with --enable-task-debugging.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: lean_tasks