DARMA-tasking / LB-analysis-framework

Analysis framework for exploring, testing, and comparing load balancing strategies
Other
4 stars 1 forks source link

Use `shared_id` instead of `shared_block_id` everywhere #531

Closed cwschilly closed 2 months ago

cwschilly commented 2 months ago

In order to maintain compatibility with existing vt-generated application datasets, we should make sure that LBAF supports the shared_id QOI instead of shared_block_id.

This work will revert #525. The change should be reflected in:

I think a simple find/replace call should suffice.

This is related to #527 and should be included in PR #528