Navigation: Home | Downloads | Documentation | Support
Item | File | Description | Released | Size | SHA1 Checksum |
---|---|---|---|---|---|
SST Core 12.1.0 | sstcore-12.1.0.tar.gz | SST Core Release Version 12.1.0 | 2022-DEC-19 | 3.9M | e5fd18b59799ae607fc076a941aaedd9731bf33f |
SST Elements 12.1.0 | sstelements-12.1.0.tar.gz | SST Elements Release Version 12.1.0 | 2022-DEC-19 | 19.2M | 456c27e1c5f89d5d0a03c3b766706385f16d88f9 |
SST Macro 12.1.0 | sstmacro-12.1.0.tar.gz | SST Macro Release Version 12.1.0 | 2022-DEC-19 | 15.9M | 6e6d309df7d19f046cfcb73b96af5c8babebc2a5 |
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 MG | 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 MG | 60ff85ae4e7176125806db940b5b81813373b1e2 |
SST PACT Tutorial 2019 (03 - Integration) | PACT_2019_Tutorial_03_integration.pptx | SST PACT Tutorial 2019 (03 - Integration) | 2019-OCT-03 | 24.6 MG | 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