Skip to content

lpsmodsimteam/SIT-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Examples using SST Interoperability Toolkit

Monte Carlo Integration

A simple simulation of Monte Carlo integration to estimate the value of π.

To install and run the simulation:

  • Navigate to the root directory and create a build directory to store all the binaries: mkdir .build && .build
  • Generate the boilerplate code layer using SIT: python ../generate_boilerplate.py
  • Run CMake to build and install the library: cmake .. && make -j
  • Run the simulation using SST: sst ../run.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published