Thank you Trevor for your suggestion. I followed yours very closely, and I tried to run
cd test/fft; make run;, which gave me the output as shown below in the purple text.
/usr/bin/gcc-4.9 -mno-sse4 -mno-sse4.1 -mno-sse4.2 -mno-sse4a -mno-avx -mno-avx2 -I/home/panitanw/Downloads/sniper-6.1/include -c -o api.o api.c
/usr/bin/gcc-4.9 api.o -lm -static -L/home/panitanw/Downloads/sniper-6.1/lib -pthread -o api
../../run-sniper -n 2 -c gainestown --roi -g --api/simple/cores_per_socket=1 -- ./api
[SNIPER] Start
A: Source/pin/injector_nonmac/auxvector.cpp: CopyAux: 291: unexpected AUX VEC type 26
################################################################################
## STACK TRACE
################################################################################
addr2line -C -f -e "/home/panitanw/Downloads/pin/intel64/bin/pinbin" 0x564aceb207f9 0x564aceb215ce 0x564aceb218a0 0x564aced43b3c 0x564aced492ff 0x564aced4ae2d 0x564aced3afe1 0x564aced3fb2d 0x564aced3022e 0x564aced3a230 0x7f91da295830 0x564aceb1517a
??
??:0
??
??:0
??
??:0
??
??:0
??
??:0
??
??:0
??
??:0
??
??:0
??
??:0
??
??:0
??
??:0
??
??:0
Detach Service Count: 1
Pin 2.14
Copyright (c) 2003-2015, Intel Corporation. All rights reserved.
@CHARM-VERSION: $Rev: 71293 $
@CHARM-BUILDER: BUILDER
@CHARM-COMPILER: gcc 4.4.7
@CHARM-TARGET: ia32e
@CHARM-CFLAGS: __OPTIMIZE__=1 __NO_INLINE__=__NO_INLINE__
[SNIPER] End
[SNIPER] Elapsed time: 0.16 seconds
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
I also attempted to run the ./../../tools/xxx.py as indicated above, but the no valid configuration is thrown.
$ ./../../tools/dumpstats.py
Traceback (most recent call last):
File "./../../tools/dumpstats.py", line 172, in <module>
results = sniper_lib.get_results(jobid, resultsdir, partial = partial)
File "/home/panitanw/Downloads/sniper-6.1/tools/sniper_lib.py", line 47, in get_results
results = parse_results_from_dir(resultsdir, partial = partial, metrics = metrics)
File "/home/panitanw/Downloads/sniper-6.1/tools/sniper_lib.py", line 151, in parse_results_from_dir
raise SniperResultsException("No valid configuration found")
sniper_lib.SniperResultsException: No valid configuration found
I don't think that it is the output I should expect from sniper right?