Downloads

SST Release Downloads (Latest Release)

Item File Description Released Size SHA1 Checksum
SST Core 13.0.0 sstcore-13.0.0.tar.gz SST Core Release Version 13.0.0 2023-APR-28 3.9 MB eaa2b06981631232cd2c22f405a61aa3fb0f1a5c
SST Elements 13.0.0 sstelements-13.0.0.tar.gz SST Elements Release Version 13.0.0 2023-APR-28 21 MB 1245fca5dbecd51a79e7ac330321324d86e4405e
SST Macro 13.0.0 sstmacro-13.0.0.tar.gz SST Macro Release Version 13.0.0 2023-APR-28 16 MB 6ffe422f98b0518bf7fe1135a1fbe16061b00e47



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

Item File Description Released Size SHA1 Checksum
SST PACT Tutorial 2019 (01 - Overview) PACT_2019_Tutorial_01_overview.pptx SST PACT Tutorial 2019 (01 - Overview) 2019-OCT-03 9.1 MB e34bc0666e3ee61218a63940021d446147e21d26
SST PACT Tutorial 2019 (02 - PGPPU-Sim) PACT_2019_Tutorial_02_gpgpusim.pptx SST PACT Tutorial 2019 (02 - PGPPU-Sim) 2019-OCT-03 18.4 MB 60ff85ae4e7176125806db940b5b81813373b1e2
SST PACT Tutorial 2019 (03 - Integration) PACT_2019_Tutorial_03_integration.pptx SST PACT Tutorial 2019 (03 - Integration) 2019-OCT-03 24.6 MB f1f4f1784c251bd81fed91ba2de19e97453a490b



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