-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vt-tv cannot handle shared_block_id object QOI #80
Comments
@pierrepebay for your information you will find - in currently active #32 branch - the 2 example data files and configurations files (imported and adapted from the DARMA-tasking/LB-analysis-framework repository) as it was requested in #32 by @ppebay. |
@ppebay @tlamonthezie @pierrepebay The immediate solution to this is to change the "tasks": [
{
"entity": {
"home": 1,
"id": 2,
"migratable": true,
"type": "object"
},
"node": 1,
"resource": "cpu",
"time": 5.0,
"attributes": {
"shared_id": 1,
"shared_bytes": 15000.0,
"home_rank": 1
}
}
], Any viz:
rank_qoi: load
object_qoi: shared_id This brings up a larger question of the difference between the It seems like Should we update LBAF to adhere to this distinction (it looks like LBAF doesn't support the |
After discussing with @ppebay , we will treat the |
…ed_block_id-object-qoi #80: vt-tv cannot handle shared_block_id object QOI
steps to reproduce:
execute the `ccm-example.yaml' configuration with LBAF, as it invokes vt-tv for that QOI
the problem:
Other block-related QOIs are mostly impacted equally
The text was updated successfully, but these errors were encountered: