SST macro installation
March 03, 2017 | 2 Minute Read
In this post, we are going to install hpc modeling software.
What is sst-macro?
A HPC simulator for interconnection and application performance prediction.
Goal of this post:
Install sst-macro with sst-core .
References and helpful links:
- http://sst-simulator.org/SSTPages/SSTBuildAndInstall6dot1dot0SeriesDetailedBuildInstructions/
- https://github.com/sstsimulator/sst-macro/blob/v6.1.0_beta/docs/manual/manual.md
and sst-elements modeling support for detailed simulation.
Details Installation Instruction:
My machine Spec:
Dependencies
- gcc, g++ 4.9, 5.+
- openmpi 1.8.8 (Make from source)
- Note: mpich from apt-get didnt work for me
- boost 1.59
- sst-core 6.0.1
- sst-elements
Installing gcc 4.9
From : http://askubuntu.com/questions/466651/how-do-i-use-the-latest-gcc-on-ubuntu
Now, source .bashrc
Installing Dependency: (1) openmpi
Installing Dependency: (2) boost
Installing Dependency: (3) sst-core & (4)sst-elements
sst-macro installation
There is a bug with the –with-sst flag, we need to ignore that. Developers think macro would work with default parameters.
Feel free to get in touch with the developers(not me!) if you get in trouble.