-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reproducing the results from the TACO paper #4
Comments
Hi, I apologize for the late reply. I forgot to mark this repo as a watched repo. So, I have tried to reinstall and rerun ReuseTracker on an Intel(R) Xeon(R) Gold 6258R CPU @ 2.70GHz machine running a Linux kernel version 5.11.0. Everything seems to work normally. Your machine might be running a much newer kernel. I will try to run ReuseTracker also on Linux kernel 6.0+ to check if I can reproduce the error. Meanwhile, you need to make sure that you have permission to configure and read PMU counters and debug registers by running "sudo sysctl -w kernel.perf_event_paranoid=-1" first, in case you have not done it. |
Thank you Dr Sasongko for the suggestion, I've tried the |
FYI, we were able to run the tool on a PC with older Intel CPU, with Ubuntu 20.04 LTS (default Linux kernel is 5.15 release),so no more blocker for our experiments. How to get it work on our PC running newer OS kernel we hope to hear your feedback too. -- Yijun |
Dear Yijun, Unfortunately, it seems that I won't be able to fix this problem immediately. I have been trying to install Linux version 6.0+ in the most recent Intel machine in our lab (which is still pretty old compared to the latest version in the market). However, the installation seems to require me to uninstall some important drivers that are needed by other people in the lab. There are also approaching paper submission deadlines that other people in the lab and I are working towards. So, I think I won't be able to work on it in the next few weeks. -- Aditya |
Dear Aditya, that's OK. As I said in previous message, it is a non-blocker for us now, please take your time. -- Yijun |
Hi,
I have some trouble in reproducing the results by following the README. To record the problem more precisely, I have done the following in the experiments:
sudo apt install -y git gcc g++ make cmake
.make
command, which ends successfully.make accuracy
. It reports the following error message:./hpctoolkit/src/tool/hpcrun/sample-sources/watchpoint_support.c
Could you take a look at it to see how to address this problem?
Thanks !
The text was updated successfully, but these errors were encountered: