Coder Social home page Coder Social logo

vdbhatt / sst-core Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sstsimulator/sst-core

0.0 0.0 0.0 19.59 MB

SST Structural Simulation Toolkit Parallel Discrete Event Core and Services

Home Page: http://www.sst-simulator.org

License: Other

Shell 0.17% C++ 73.78% Python 18.67% C 0.08% Objective-C 0.69% Makefile 0.86% Mako 1.65% CMake 1.51% M4 2.59%

sst-core's Introduction

SST

Structural Simulation Toolkit (SST)

Copyright (c) 2009-2023, National Technology and Engineering Solutions of Sandia, LLC (NTESS)


The Structural Simulation Toolkit (SST) was developed to explore innovations in highly concurrent systems where the ISA, microarchitecture, and memory interact with the programming model and communications system. The package provides two novel capabilities. The first is a fully modular design that enables extensive exploration of an individual system parameter without the need for intrusive changes to the simulator. The second is a parallel simulation environment based on MPI. This provides a high level of performance and the ability to look at large systems. The framework has been successfully used to model concepts ranging from processing in memory to conventional processors connected by conventional network interfaces and running MPI.


Getting Started

Building From Source

Centos/RHEL 7
sudo yum install gcc gcc-c++ python3 python3-devel make automake git libtool libtool-ltdl-devel openmpi openmpi-devel zlib-devel
mkdir sst-core && cd sst-core
git clone https://github.com/sstsimulator/sst-core.git sst-core-src
(cd sst-core-src && ./autogen.sh)
mkdir build && cd build
../sst-core-src/configure \
  MPICC=/usr/lib64/openmpi/bin/mpicc \
  MPICXX=/usr/lib64/openmpi/bin/mpic++ \
  --prefix=$PWD/../sst-core-install
make install 
Ubuntu 20.04
DEBIAN_FRONTEND=noninteractive sudo apt install openmpi-bin openmpi-common libtool libtool-bin autoconf python3 python3-dev automake build-essential git 
mkdir sst-core && cd sst-core
git clone https://github.com/sstsimulator/sst-core.git sst-core-src
(cd sst-core-src && ./autogen.sh)
mkdir build && cd build
../sst-core-src/configure --prefix=$PWD/../sst-core-install
make install 

Testing Your Install

/path/to/sst-core/install/bin/sst-test-core

Visit sst-simulator.org to learn more about SST.

See Contributing to learn how to contribute to SST.

See LICENSE for our license

sst-core's People

Contributors

nmhamster avatar jpvandy avatar mjleven avatar feldergast avatar allevin avatar sst-autotester avatar jwilso avatar gvoskuilen avatar otuncer avatar mrasquinha avatar scogginsnl avatar hughes-c avatar dogquixote avatar jaganh avatar jwang323 avatar jleidel avatar jeacook avatar jonas25007 avatar vjleung avatar stkaplan avatar jpkenny avatar berquist avatar shavvn avatar donofrio avatar ericvh avatar luisfnqoliveira avatar mikepfrank avatar mperrinel avatar rhendry avatar bpswenson avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.