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

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

Enhancement

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

Enhancement

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

Task
in progress

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

Enhancement

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

SST-Core

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

AT: WIP
AT: CLANG-FORMAT FAIL

Update 'find' function, add error checking, and add bold/highlight

AT: CLANG-FORMAT PASS
AT: CMAKE-FORMAT PASS

Closes https://github.com/sstsimulator/sst-core/issues/1062

AT: CLANG-FORMAT PASS
AT: CMAKE-FORMAT PASS