Skip to content
Snippets Groups Projects
Commit a88509cd authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Merge branch 'lean_tasks' into 'master'

Lean tasks

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`.

See merge request !273
parents 476a3d69 e70245c0
No related branches found
No related tags found
1 merge request!273Lean tasks
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment