sst-core
sst-core copied to clipboard
SST Structural Simulation Toolkit Parallel Discrete Event Core and Services
**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...
When using `print-timing-info`, the "Run Loop Time" and "Build Time" can add up to a total time larger than the wall clock time. This is because in [start_simulation](https://github.com/sstsimulator/sst-core/blob/63f3f991059bc2436ae74e6bfe88f44dac1db95a/src/sst/core/main.cc#L331) , `start_build`...
New Issue for sst-core ---------------------- 1 - Detailed description of problem or enhancement ``` $ sst ... --verbose --output-prefix-core=" foo @t" ... SSTPythonModel: Construction of config graph with Python is...
As discussed at the SST user group meeting, there are often times where external developers working on non SST-Elements derived components/subcomponents encounter **Component Not Found** errors when attempting to query...
Link.cc line 128 ``` // If we have a queue, it means we ended up having init events // sent. No need to keep the initQueue around if ( nullptr...
Caused by #1052. The system-provided `ncurses5.4-config` produces some garbage paths. I see this on 14.4 (Xcode 15): ```console $ which ncurses5.4-config /usr/bin/ncurses5.4-config ncurses5.4-config --libs -L/usr/local/lib -lncursesw $ ncurses5.4-config --cflags -D_DARWIN_C_SOURCE...
XCode 14.3+ defaults to `-ffp-contract=fast` which causes test failures due to differences in floating point statistics. Setting `-ffp-contract=off` fixes the failure but a more general solution for these kinds of...
In the testing framework call run_sst, stderr is automatically piped to stdout if no file is provided for stderr to be written. This works correctly for serial and threaded runs....
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...
1 - Detailed description of problem or enhancement on Ubuntu 22.04, using gcc/g++ 11.4.0, there doesn't seem to be any combination of compilation flags to get sst-core's configure to recognize...