sst-core
sst-core copied to clipboard
SST Structural Simulation Toolkit Parallel Discrete Event Core and Services
Add a new synchronization mode for threaded only jobs that do null message synchronization (threads ensure they stay within the lookahead window with its neighbors, but there are no global...
Add a new synchronization mode for MPI-only jobs that do null message synchronization (each rank ensures it stays within the lookahead window with its neighbors, but there are no global...
SST is currently released as source code on Providing a container file ("Definition file" for Apptainer / Singularity, "Dockerfile" for Docker, "Containerfile" for Podman, etc) would help new users quickly...
https://github.com/sstsimulator/sst-core/blob/688ec5d1115cdf87de437f888477960ca3cd1147/src/sst/core/testElements/coreTest_LookupTableComponent.cc is not compiled as part of the normal (autotools) build. Adding it results in ``` /coreTest_LookupTableComponent.h:17:10: fatal error: 'sst/core/sharedRegion.h' file not found #include "sst/core/sharedRegion.h" ^~~~~~~~~~~~~~~~~~~~~~~~~ ``` Is it an...
When many messages that are to be run at later times on another MPI processor are queued there seems to be a bug when there is >2GB of messages to...
Running current version of sst core (a8bb2e09e3d05a46a1af7e403b47d12508df8d0a) results in bad-alloc exception, running with sanitizer enabled discovered a use after free in statoutputcsv line 179 Changing the stats output type to...
Not clear where this would fit in SST documentation, but a comparison with other software would be instructive. Are there reasons a user should turn to SST or use another...
This is a rough draft of a metis partitioner for SST. The partitioner takes the `PartitionGraph` and partitions it using Metis' `METIS_PartGraphKway`. This is a serial partitioner, but we have...
Update 'find' function, add error checking, and add bold/highlight
Closes https://github.com/sstsimulator/sst-core/issues/1062