Difference between revisions of "Getting Started"

From Sniper
Jump to navigation Jump to search
Line 19: Line 19:
  
 
* [[Download Benchmarks|Obtaining more benchmarks]]
 
* [[Download Benchmarks|Obtaining more benchmarks]]
 +
 +
* [[Multi-programmed workloads|Run multi-programmed workloads]]
  
 
* [[Simulator hooks|Accessing simulator hooks from inside an application]]
 
* [[Simulator hooks|Accessing simulator hooks from inside an application]]

Revision as of 07:42, 6 March 2012

  • Get the Sniper source code from our Download page
  • Download the latest Pin kit from the Pin downloads page
    • Extract Pin into sniper/pin_kit
    • Or set PIN_HOME to the location of Pin if you use a different directory or shared Pin location
  • Compile Sniper. Some extra dependencies (a pre-compiled copy of the Python interpreter environment) will be downloaded automatically, so make sure you have a working internet connection when you make Sniper for the first time
    • make
  • Running an application
    • ./run-sniper -- echo hello
    • cd test/fft; make run

Next steps

Prerequisites

  • GCC 4.3 or higher
  • A recent Pin version (for example, 2.10-43611 or newer)
  • Boost 1.38+