You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The current JSON reader/writers for simulation inputs/outputs do not support including statistics directives. It would be ideal for JSON to handle SST::Statistics directives in the same manner as the Python inputs.
Describe the solution you'd like
Add the necessary standard handlers to enable and configure statistics for components, subcomponents, component/subcomponent groups and simulation-wide. This will likely require some notional internal API changes in order to provide sufficient functionality and interoperability.
Describe alternatives you've considered
There aren't really any alternatives if we truly want JSON inputs to be equivalent to Python inputs
Additional context
I can mock up the potential JSON verbiage if need be. Ideally, we'll need:
simulation wide statistic enablers
component/group enablers
per component/subcomponent enablers
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The current JSON reader/writers for simulation inputs/outputs do not support including statistics directives. It would be ideal for JSON to handle SST::Statistics directives in the same manner as the Python inputs.
Describe the solution you'd like
Add the necessary standard handlers to enable and configure statistics for components, subcomponents, component/subcomponent groups and simulation-wide. This will likely require some notional internal API changes in order to provide sufficient functionality and interoperability.
Describe alternatives you've considered
There aren't really any alternatives if we truly want JSON inputs to be equivalent to Python inputs
Additional context
I can mock up the potential JSON verbiage if need be. Ideally, we'll need:
The text was updated successfully, but these errors were encountered: