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

[Edit to fix phold make command] New Issue for sst-core ---------------------- **1 - Detailed description of problem or enhancement** With `--enable-perf-tracking --enable-profile` during configure several of my models crash with...

If a component event send or receive counter, or total run time, is not registered no output for that item is generated. It would be easier to use if the...

It's often useful to document the internal SST configuration. This patch logs Config to the default simulator output, when verbose. Patch [Show SST configuration when verbose](https://github.com/pdbj/sst-core/commit/d3e86c13b6b365b3ce4d6bc18784c130a4428f96)

Adding logic to catch HDF5 exceptions; This is a a fix for Issue #837 from @pdbj. The original fix from @pdbj's `wip` branch is here: https://github.com/pdbj/sst-core/commit/e3dbc8ee54830ddcc8929e59b670c290a63bbe51

AT: WIP
AT: CLANG-FORMAT PASS

Configuring with `--enable-perf-tracking --enable-profile` doesn't compile, because some member variables and functions are only enabled with `__SST_DEBUG_EVENT_TRACKING` Patch [here](https://github.com/pdbj/sst-core/commit/81a5123558c03978f01508dfdec6a773e7ec5346)

I suggest adding SubComponent to the "Key Interfaces" section of SST-Core documentation: http://sst-simulator.org/SSTDoxygen/11.0.0_docs/html/interfaces.html Here are the key points that should be understood - if any of these are wrong it...

When compiling with GCC-10 (10.2.1 and 10.3 on two different systems) I encountered a number of minor warnings, all fixed by this patch. This is based on v11.0.0_FINAL [0001-Fix-GCC10-compilation-warnings.patch.txt](https://github.com/sstsimulator/sst-core/files/7324887/0001-Fix-GCC10-compilation-warnings.patch.txt) .

[Here](https://github.com/pdbj/sst-core/commit/74fe1533ddef79bb3ae1c20cfd5436db43655aa0) are some additions to .gitignore, for files generated by the test suite, and editor backups

The profiling output generally puts one value per output line: ``` Communication Counters: Component Name: phold_0 Component events sent: 34117 Component events received: 57171 Component total event handler execution time:...

Only one of the `BaseComponent::registerClock()` overloads actually registers with the profiling tracker. In addition, the clock handler timing includes internal housekeeping (unregistering clock handlers which indicate they should be stopped)....