sst-core
sst-core copied to clipboard
SST Structural Simulation Toolkit Parallel Discrete Event Core and Services
Document (in website, maybe doxygen too) the use of self links, clocks, etc. for waking up a component. Discourage one shot use since it doesn't do what it looks like...
It would be good to have clang builds of sst-core/sst-elements tested. Additionally, it would be good to have address sanitizer builds tested for better/more rigorous memory error checks. I have...
Use case from ISCA tutorial - can we provide a way to profile a simulation linkscomponents and then record this information, load in for a future run so that the...
Would be nice to have an sst-info like functionality to print information about the python modules included in element libraries. For example, a way to document the topology classes in...
It would be nice for a component to be able to have a new exit condition which is essentially a global count of some event defined by the component. Each...
SSTPythonModelDefinition doesn't call Py_Finalize when deleted.
Files: - bootshared.h - componentInfo.h - configShared.h - factory.h - mempool.h - mempoolAccessor.h
**Please describe the new features with any relevant use cases.** We would like the ability to measure the performance of SST over time and possibly within any PRs. This means...
Add the ability to checkpoint and restart SST runs.
**Is your feature request related to a problem? Please describe.** SST provides the ability to construct external libraries that provide `SST::Statistics` mechanisms to store simulation telemetry to orthogonal storage mediums....