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

**Describe the solution you'd like** Add `[[noreturn]]` attribute to `SST::Output::fatal()` `[[noreturn]]` allows greater optimization and avoids warnings about missing return values in functions which call `SST::Output::fatal()` but don't `return` values....

Enhancement

New Issue for sst-core NOTE: If you are reporting an issue for a specific element library, please submit request in ssts-element repository. ---------------------- 1 - Detailed description of problem or...

Bug
SST-Core

[ccache](https://ccache.dev/) is a tool that caches (the hash of) files and compiler flags such that subsequent identical compilations can be returned much faster. The Trilinos project uses it and has...

Enhancement

The "public" API for test suites is included in sst_unittest.py and sst_unittest_support.py. sst-unittest's `os_simple_command()` function provides some of the underlying OSCommand functionality but not enough and so test suites are...

Enhancement
in progress
SST-Test Frameworks

Our testing framework currently does not provide a mechanism to add environment variables to our `OSCommand.run()` calls but it would probably be useful. This would also allow for a quick...

Enhancement
SST-Test Frameworks

**Please describe the new features with any relevant use cases.** Add support for an interactive mode in SST. This mode would be used by things like debuggers to be able...

Enhancement
in progress
Major Feature

**Please describe the new features with any relevant use cases.** Plan to add a mode to the simulator that will create a memory map of the objects and variables serialized...

Enhancement
in progress
Major Feature

For tests that manipulate environment variables, it is easy to trigger a race condition when tests run concurrently, such as when one test sets a variable and another unsets it....

Enhancement
SST-Test Frameworks

### sst_unittest.py: - [x] Deprecate initializeClass() – it’s not needed and redundant (DONE) - [ ] run_sst(): Remove parameters num_ranks, num_threads, and global_args since those are supposed to be determined...

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

Add `globalCounter` class to keep track of various (not yet tracked) statistics. Pushing to github for early feedback.

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