When I configure the fft test example you include in Sniper 5.3 with powertrace.py script I got the following error:
../../run-sniper -n 2 -c gainestown -s powertrace --roi --viz --viz-aso -- ./fft -p 2
[SNIPER] Start
Executing Python script /home/jabellan/SNIPER/sniper-5.3/test/fft/
sim.scripts.py[SNIPER] --------------------------------------------------------------------------------
[SNIPER] Sniper using Pin frontend
[SNIPER] Running pre-ROI region in CACHE_ONLY mode
[SNIPER] Running application ROI in DETAILED mode
[SNIPER] Running post-ROI region in FAST_FORWARD mode
[SNIPER] --------------------------------------------------------------------------------
FFT with Blocking Transpose
1024 Complex Doubles
2 Processors
65536 Cache lines
16 Byte line size
4096 Bytes per page
[SNIPER] Enabling performance models
[SNIPER] Setting instrumentation mode to DETAILED
[SNIPER] Disabling performance models
[SNIPER] Leaving ROI after 2.89 seconds
[SNIPER] Simulated 1.0M instructions, 0.5M cycles, 2.10 IPC
[SNIPER] Simulation speed 351.0 KIPS (175.5 KIPS / target core - 5698.3ns/instr)
[SNIPER] Setting instrumentation mode to FAST_FORWARD
PROCESS STATISTICS
Computation Transpose Transpose
Proc Time Time Fraction
0 157 22 0.14013
TIMING INFORMATION
Start time : -1844408320
Initialization finish time : -1844408297
Overall finish time : -1844408140
Total time with initialization : 180
Total time without initialization : 157
Overall transpose time : 22
Overall transpose fraction : 0.14013
/home/jabellan//SNIPER/sniper-5.3/tools/../mcpat/mcpat-1.0.cache: error while loading shared libraries:
libdb-4.3.so: cannot open shared object file: No such file or directory
Traceback (most recent call last):
File "/home/jabellan//SNIPER/sniper-5.3/tools/mcpat.py", line 1281, in <module>
main(jobid = jobid, resultsdir = resultsdir, powertype = powertype, config = config, outputfile = outputfile, no_graph = no_graph, print_stack = not no_text, partial = partial)
File "/home/jabellan//SNIPER/sniper-5.3/tools/mcpat.py", line 175, in main
raise ValueError('No valid McPAT output found')
ValueError: No valid McPAT output found
[SNIPER] End
[SNIPER] Elapsed time: 4.71 seconds
[SNIPER] Generating visualization in viz/
Optional: Run '../../tools/cpistack.py' in this directory to generate cpi-stack output for this run
Optional: Run '../../tools/mcpat.py' in this directory to generate power output for this run
Optional: Run '../../tools/dumpstats.py' in this directory to view detailed statistics for this run
Optional: Run '../../tools/gen_topology.py' in this directory to view the system topology for this run