Osman
Osman
### SOLUTION I created a bash script to add dynamic libraries so the program cpu_spmv can find it here's it's ``` === add_dynamic_libs.sh === #!/bin/bash export LD_LIBRARY_PATH="$(echo $HOME)/intel/oneapi/mkl/2023.2.0/lib/intel64/:$LD_LIBRARY_PATH" export LD_LIBRARY_PATH="$(echo...
hello again we have been trying on different amd machines with different architectures but still no good do you have any updates regarding this issue?
I don't think i can because they're our school's computers. If you can describe us a starting point we can check in order to understand what's wrong. @FatihTasyaran
That's great it works now. but the issue is. we use showevtinfo (program in pcp) to report pmu names along with corresponding events and this tool reports pmu name as...
however, when i checked the log file located at /var/log/pcp/pmcd/perfevent.log for our zen3 machine it only supports perf:: events. there's no other pmus such as amd64_fam19h. but when i checked...
Sorry for my misleading previous entry. showevtinfo is a demo program provided by [libpfm4](https://github.com/wcohen/libpfm4/tree/master/examples) that lists all available pmus and related events on the system. since pcp uses libpfm4 for...