Navigation: Home | Downloads | Getting SST | Documentation | Support
Item | File | Description | Released | Size | SHA1 Checksum |
---|---|---|---|---|---|
SST Core 14.1.0 | sstcore-14.1.0.tar.gz | SST Core Release Version 14.1.0 | 2024-OCT-17 | 3.1MB | 063edf04008622df11690448161bf3cb874eb835 |
SST Elements 14.1.0 | sstelements-14.1.0.tar.gz | SST Elements Release Version 14.1.0 | 2024-OCT-17 | 24MB | c4db22ae04a2a1ff0b4dcef7814190fad641f399 |
SST Macro 14.1.0 | sstmacro-14.1.0.tar.gz | SST Macro Release Version 14.1.0 | 2024-OCT-17 | 17MB | d2f58bee7ed5b3caedb51367df5f829ab5d7a49e |
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 |
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 |
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.
git clone -b master https://github.com/sstsimulator/sst-core.git
git clone -b master https://github.com/sstsimulator/sst-elements.git
git clone -b master https://github.com/sstsimulator/sst-macro.git
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