sst-core
sst-core copied to clipboard
SST Structural Simulation Toolkit Parallel Discrete Event Core and Services
Git work tree doesn't provide the same directory layout in `.git` as the main directory.
This is a recommendation that Jeremy made that I agree with, but I didn't want to hold up #712 to do it.
Similar to clang-format, just set a format file for cmake and be done with it.
New Issue for sst-core ---------------------- 1 - Detailed description of problem or enhancement ``` ERROR: files left in build directory after distclean: ./src/sst/core/libltdl/.deps/lt__strl.Plo ``` 2 - Describe how to reproduce...
Right now we don't forward the c++ std flags. The elements autotools build depends on sst-config properly supplying build flags.
Use case from ISCA tutorial, need checkpointing for long running simulations.
When you cancel SST (running without MPI or threads) during a run it reports that the simulation is complete and the simulated time is 0s despite the simulated being not...
sst-info does not show the event types associated with ports but this information should be available via the ELI.
Since the SubComponent naming uses colons to separate out parent and child names, Component names (or slot names) with colons creates names that are not findable using findComponentByName in the...
@gvoskuilen We should dump a `component-info.csv` or similar giving potentially more information about each component for use in post-processing statistics. In post-processing, you could then do a table join on...