sst-core
sst-core copied to clipboard
SST Structural Simulation Toolkit Parallel Discrete Event Core and Services
[Consolidate periodic performance output control](https://github.com/pdbj/sst-core/commit/4b9f5c765823943b30c138f381cb74d8db576c07) [Provide more info about when profiling was printed](https://github.com/pdbj/sst-core/commit/e08aeee2f77bdd8e7de77903af5e806cfa9477a4)
Link::sendUntimedData() populates `Event * data`, then adds the event to the `send_queue`. When event tracking is enabled the send and recev components are added to the Event _after_ it is...
I am trying to simulate a new routing algorithm in SST using the existing network topologies (Fat Tree, Dragonfly..) So far it has been working well but now I am...
New Issue for sst-core ---------------------- 1 - Detailed description of problem or enhancement * When a statistic is registered with a `stopat` parameter the StatisticsProcessingEngine adds it to a Oneshot...
The help says: ``` --heartbeat-period=PERIOD set time for heartbeats to be published (these are approximate timings, published by the core, to update on progress), default is every 10000 simulated seconds...
There is probably more than one bug in this file, but the one that triggered this issue is that ``` LIBS=-l${CMAKE_DL_LIBS} ``` evaluates to `-l` on Mac, causing the linking...
Detailed description: When enabling statistics with component.enableStatistics([list of stats]), some of the names are missing from the output (attached). Also, not all of the stats are printed. I see the...
New Issue for sst-core ---------------------- 1 - Detailed description of problem or enhancement Because Ubuntu 20.04 uses only Python3 by default, there is no 'python' executable available, it must be...
RHEL 7.9, recent branch off of devel. ``` $ make distcheck ... many lines $ ls config.log config.status doc external libtool Makefile share src sstcore--dev sst_test_outputs $ rm -rf sstcore-dev...
New Issue for sst-core ---------------------- http://sst-simulator.org/SSTPages/SSTBuildAndInstall_11dot0dot0_SeriesDetailedBuildInstructions/ I am using this to install OpenMPI and sstcore. OpenMPI is installed succesfully. In fact, I compiled some programs with it and can confirm...