Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. http://snipersim.org/download/e1bab4d7197a6209/git/sniper.git
  2.  
  3. Ubuntu Sniper Installation
  4.  
  5. 1. Install: g++ libboost-dev libc6-dev-i386 lib32z1-dev libsqlite3-dev git libbz2-dev m4 xsltproc libx11-dev libxext-dev libxt-dev libxmu-dev libxi-dev gfortran
  6.  
  7. 2. Clone: http://snipersim.org/download/e1bab4d7197a6209/git/sniper.git
  8.  
  9. 3. Download the latest Pin kit from the Intel Pin downloads page
  10.  
  11. Extract Pin into sniper/pin_kit (do not extract it to pin, create a new folder called pin_kit!!!!)
  12.  
  13. 4. Build sniper
  14.  
  15. 5. go to test/fft
  16.  
  17. 6. Run
  18.  
  19. 7. After this (do not leave the current folder, install gnuplot only on first use)
  20.  
  21. install: gnuplot
  22.  
  23. ../../tools/cpistack.py
  24.  
  25.  
  26.  
  27. Benchmarks installation:
  28.  
  29. Go back to sniper root folder:
  30.  
  31. 1. Download: http://snipersim.org/packages/sniper-benchmarks.tbz
  32.  
  33. 2. Extract sniper-benchmarks.tbz
  34.  
  35. 3. echo "export GRAPHITE_ROOT=$(pwd)" >> ~/.bashrc
  36.  
  37. 4. navigate to "benchmarks"
  38.  
  39. 5. echo "export BENCHMARKS_ROOT=$(pwd)" >> ~/.bashrc
  40.  
  41. 6. Modify makefile to build and clean until splash2
  42. 7. build
  43.  
  44. 9. ./run-sniper -p splash2-barnes -i test -n 1 -c gainestown -d results/barnes/1
  45. 10. Edit run-sniper deleting the 2 ifs where the exception above is printed
  46. 11. ./run-sniper -p splash2-barnes -i test -n 1 -c gainestown -d results/barnes/1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement