Narate Taerat
Narate Taerat
@tom95858 The problem is found in a containerized Pi4. On containerized x86_64, we don't have this issue. On bare metal machines, both x86_64 and Pi4 do NOT have the issue.
@tom95858 I think I'll close this pull request. I think my Pi4 might be wonky. When using Pi4 (Ubuntu 22.04), the current https://github.com/ovis-hpc/ldms-containers cannot even successfully build `ovishpc/ldms-dev`. So, I...
@baallan Do I have an access to this system? I can't reproduce this on OGC systems (we have mlx4, mtcha, cxgb4). The commit ID I tested with is 78649a535d5d9b69ce7b0891440c80248de6071d. `ldms_ls`...
@nichamon historically before we have the record, elements in the list are *created* and appended in one go with `ldms_list_append_item()`. They are also removed and freed (return the memory to...
@morrone Thank you for a detailed review :) I think the structure extension is quite standard practice. And I'm not sure if we should force the names of the functions....
@tom95858 I think it was driven by the heterogeneous `meminfo` use case (i.e. when `meminfo` schemas do not look the same across all `meminfo` sets due to heterogeneous system architecture)....
Yes, the `type` is the LDMS data type. `static` decomposition needs it for the reason described above. I have a hard time coming up with the "sane default" for `static`...