Downloads

SST Release Downloads (Latest Release)

Item File Description Released Size SHA1 Checksum
SST Core 15.1.0 sstcore-15.1.0.tar.gz SST Core Release Version 15.1.0 2025-NOV-04 3.6M 4ae3e1e39c85fabb4c159067eb537aef5f53af33
SST Elements 15.1.0 sstelements-15.1.0.tar.gz SST Elements Release Version 15.1.0 2025-Nov-04 29M b09e6b96d64e74bc0e01b1d759c11f7ac1cdac88
SST Macro 15.1.0 sstmacro-15.1.0.tar.gz SST Macro Release Version 15.1.0 2025-Nov-04 18M 0478bd08db2204b44958b8cf2662b9732ffa849d



Click Here For Older SST Release Downloads



Patches for SST External Dependencies

Item File Description Released Size SHA1 Checksum
Ramulator
SHA: 7d2e723
ramulator_sha_7d2e723_gcc48Patch.patch Ramulator SHA: 7d2e723 GCC 4.8 Patch 2018-APR-25 7 KB 63c6be930973b444a0de3b646313cb5eeff96f83
Ramulator
SHA: 7d2e723
ramulator_sha_7d2e723_libPatch.patch Ramulator SHA: 7d2e723 linux library Patch 2018-APR-25 0.7 KB 116a01b8f5ee257180159ab16a6e4f14597f1e21

SST Tutorials

SST tutorial material is maintained in the SST-Tutorials repository.



Snapshot of SST Core or SST Elements

A snapshot of the latest STABLE versions of SST Core and SST Elements can be cloned.

NOTE: These snapshots will have passed nightly testing and are considered stable but not released.


GitHub Access

SST is developed and maintained on GitHub

There are three main repositories for SST and a number of support repositories:

To get (using git) the latest DEVELOPMENT branches of the SST Core, Elements or Macro perform the following command(s): WARNING: These branches may be unstable at any time

> cd <development directory>
> git clone https://github.com/sstsimulator/sst-core.git
> cd sst-core
> git checkout devel

> cd <development directory>
> git clone https://github.com/sstsimulator/sst-elements.git
> cd sst-elements
> git checkout devel

> cd <development directory>
> git clone https://github.com/sstsimulator/sst-macro.git
> cd sst-macro
> git checkout devel

To get (using git) the latest STABLE branches of the SST Core, Elements, or Macro perform the following command(s): NOTE: These branches will have passed nightly testing and are considered stable but not released.

> cd <development directory>
> git clone https://github.com/sstsimulator/sst-core.git
> cd sst-core
> git checkout master

> cd <development directory>
> git clone https://github.com/sstsimulator/sst-elements.git
> cd sst-elements
> git checkout master

> cd <development directory>
> git clone https://github.com/sstsimulator/sst-macro.git
> cd sst-macro
> git checkout master