Closed GoogleCodeExporter closed 9 years ago
Hi this is a build problem. Due to cross compile accidently RDTCSP support is
enabled, though it is not available on Phi. I already added a fix.
Original comment by jan.trei...@gmail.com
on 12 Feb 2014 at 9:42
Original comment by jan.trei...@gmail.com
on 12 Feb 2014 at 9:42
Hello,
I downloaded the version available using hg and I still have the same
issue.
~/perf_anal $ ./likwid/likwid-bench copy
Read config from file
Illegal instruction
Original comment by sur...@gmail.com
on 12 Feb 2014 at 11:16
Hi, I did not usph it to google repo yet. Usually I link fix checkins to issue
tickets. So as long as the ticket is still open it is not in the Google Repo
yet.
I do some more testing on Phi now and then push the changes.
Jan
Original comment by jan.trei...@gmail.com
on 12 Feb 2014 at 11:29
If you want to pull the changes you need to checkout the v3.1 branch.
Original comment by jan.trei...@gmail.com
on 12 Feb 2014 at 11:50
Thank you, it works but i get this error which am not sure about.
~/perf_anal $ /home/snataraj/perf_anal/likwid/likwid-perfctr -g
INSTRUCTIONS_EXECUTED:PMC0 -C 0-2 -O /home/snataraj/perf_anal/copy |
tail -n 2 | head -n 1| cut -d , -f 2
ERROR: ld.so: object
'/home/snataraj/perf_anal/likwid/lib/liblikwidpin.so' from LD_PRELOAD
cannot be preloaded: ignored.
ERROR: ld.so: object
'/home/snataraj/perf_anal/likwid/lib/liblikwidpin.so' from LD_PRELOAD
cannot be preloaded: ignored.
10393529.000000
Original comment by sur...@gmail.com
on 12 Feb 2014 at 2:14
Hi, With -C he also tries to pin the threads. This only works out if your
binary is dynamically linked. Also you must call make install as the path to
the according library is hardcoded into likwid binaries.
Original comment by jan.trei...@gmail.com
on 12 Feb 2014 at 3:37
Original issue reported on code.google.com by
sur...@gmail.com
on 11 Feb 2014 at 10:34