-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure algorithm runtime, don't schedule data object nodes as algo…
…rtihms (#21) * New treatment of MockupAlgorithms based on Mateusz's ideas without the datadeps updates * Added size and runtime properties to test graphs * added size_kb field to store size as a double * adjusted scheduling.jl treatment of size to align with test graphs * Made graph property consistent with tests Changed size_kb to size_average_B * only check for results in data nodes * Cleaned up struct function * Collect terminating results in schedule_graph * removed obsolete unused functions * removed ! as schedule algorithm is not mutating --------- Co-authored-by: Mateusz Jakub Fila <[email protected]>
- Loading branch information
Showing
5 changed files
with
120 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters