sst-core icon indicating copy to clipboard operation
sst-core copied to clipboard

SST Structural Simulation Toolkit Parallel Discrete Event Core and Services

Results 120 sst-core issues
Sort by recently updated
recently updated
newest added

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...

Documentation

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...

Enhancement

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...

Enhancement
SST-Core
Trunk

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...

Enhancement

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...

Enhancement
SST-Core
Trunk

SSTPythonModelDefinition doesn't call Py_Finalize when deleted.

Bug

Files: - bootshared.h - componentInfo.h - configShared.h - factory.h - mempool.h - mempoolAccessor.h

AT: CLANG-FORMAT PASS
AT: CMAKE-FORMAT PASS

**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...

Enhancement
in progress

Add the ability to checkpoint and restart SST runs.

Enhancement
in progress
Major Feature

**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....

Enhancement
in progress