Downloads

SST Release Downloads (Latest Release)

Item File Description Released Size SHA1 Checksum
SST Core 13.1.0 sstcore-13.1.0.tar.gz SST Core Release Version 13.1.0 2023-NOV-07 4.1 MB 89430e296f324b040be87200b28acd323f260121
SST Elements 13.1.0 sstelements-13.1.0.tar.gz SST Elements Release Version 13.1.0 2023-NOV-07 23.6 MB 134dcc32ff117743d2a1cc494f0a2db0b729a082
SST Macro 13.1.0 sstmacro-13.1.0.tar.gz SST Macro Release Version 13.1.0 2023-NOV-07 16.6 MB ab43684a65064e71efb54dc0da930c84c2b0343e



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