Downloads

SST Release Downloads (Latest Release)

Item File Description Released Size SHA1 Checksum
SST Core 14.0.0 sstcore-14.0.0.tar.gz SST Core Release Version 14.0.0 2024-MAY-24 5.2 MB 3c3f51134cc92ac7d659543aefcd8d4fd89fea28
SST Elements 14.0.0 sstelements-14.0.0.tar.gz SST Elements Release Version 14.0.0 2024-MAY-24 23 MB 9206c915f873221398409c7216edeff58ccbd9cd
SST Macro 14.0.0 sstmacro-14.0.0.tar.gz SST Macro Release Version 14.0.0 2024-MAY-24 17 MB 35cc93a8430b80f78f9cb7d9b99e3023ebb7e349



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