Peter D. Barnes, Jr.

Results 25 issues of Peter D. Barnes, Jr.

[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)....

[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...

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...

New Issue for sst-element VANADIS -------------------------- 1 - Detailed description of problem or enhancement `Vanadis::VanadisNodeOSCoreHandler::setBrk() ` is declared returning `int` but there is no return statement in the implementation 2...

Bug
SST-vanadis

New Issue for sst-element rdmaNic -------------------------- 1 - Detailed description of problem or enhancement Compilation of rdmaNic uses deprecated API; not clear how to fix it. 2 - Describe how...

New Issue for sst-elements -------------------------- 1. Detailed description of problem or enhancement [This commit](https://github.com/sstsimulator/sst-elements/commit/5248a2348a684423bb79369ec26318df66f0e832) removing PHX from VaultSimC causes a configure failure, which only shows up at build time. 2....

Bug
SST-vaultSim

Add some new items to .gitignore, or move them to a more appropriate level Patch [here](https://github.com/pdbj/sst-elements/commit/eef5a063a4e7ca416d702e4a0960e24d8f5ed934)