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

New Issue for sst-core ---------------------- 1 - Detailed description of problem or enhancement Trying to set the thread count from Python doesn't work, using either of these calls: ```{py} nthreads...

`--num_threads` option is the only option which uses underscore `_` instead of dash `-` to separate words. Even the error message in `Config::setNumThreads` uses dash An option `-num-threads` should be...

New Issue for sst-core ---------------------- 1 - Detailed description of problem or enhancement HistogramStatistic does not handle floating data values (x axis) correctly, because * `m_binWidth` is of the wrong...

Core's memory use looks buggy to many memory debugging tools. For component debugging it is impractical to compile sst-core using -fsanitize=address because so many things in core get flagged as...

Enhancement

HDF5 exceptions are polymorphic, must be caught by ref not value. Patch [Catch exception by const ref](https://github.com/pdbj/sst-core/commit/00716437f19ac9cd152b6c78dff5fdcc1be01e74)

These two files are almost identical; only the first appears to be used: * `src/sst/core/sstpart.h` * `src/sst/core/part/sstpart.h` Here's the diff: ``` $ sdiff -s

## Issue `libmyelement.so` is sitting in the correct folder for core to find it. I run `sst my_input.py` and the error message I get is ``` FATAL: SST Core: can't...

New Issue for sst-core ---------------------- 1 - Detailed description of problem or enhancement histogram statistics does not name the individual statistic name in the generated file. only the component name...

One of the early SST tutorials mention Dakota (https://dakota.sandia.gov/quickstart.html) for DSE to enable hardware-software codesign. Is there any code /example that shows how SST can be interfaced with Dakota?

Hello, I note that under SST 12 if your code called getTimeLord() from SST::Simulation, there is now a deprecation warning. Unfortunately, the warning is not very clear about what to...