-
- Downloads
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
No related branches found
No related tags found
Showing
- configure.ac 13 additions, 0 deletionsconfigure.ac
- examples/main.c 10 additions, 1 deletionexamples/main.c
- src/partition.c 5 additions, 12 deletionssrc/partition.c
- src/runner.c 2 additions, 0 deletionssrc/runner.c
- src/scheduler.c 57 additions, 54 deletionssrc/scheduler.c
- src/task.h 12 additions, 5 deletionssrc/task.h
Loading
Please register or sign in to comment