We need a way to map which URI belongs to which cluster easily (without parsing the URI itself), esp for the performance and makespan-optimization policies.
Adding this to the TOML config file makes sense.
This will need changes to :
cluster_config.h/c in terms of parsing this info
- Examples that generate the TOML file
- CI test cases that may utilize this info
This change needs to potentially go in before we merge new examples #16, it'll be easier to rebase than to edit/update docs.
We need a way to map which URI belongs to which cluster easily (without parsing the URI itself), esp for the performance and makespan-optimization policies.
Adding this to the TOML config file makes sense.
This will need changes to :
cluster_config.h/cin terms of parsing this infoThis change needs to potentially go in before we merge new examples #16, it'll be easier to rebase than to edit/update docs.