-
Notifications
You must be signed in to change notification settings - Fork 0
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
hbpintool returning 0.0 J inside docker container #3
Comments
this sounds like it's being caused by #4 ? |
The compiled |
how are you running bfs_benchmark? |
I am now getting nonzero values when running the hbpintool with the compiled |
Oh. It's probably because the working directory is in |
Oh sorry, to clarify #4 was caused just by trying to run the compiled program. I hadn't even gotten to trying to run bfs_benchmark with hbpintool at that point. I was running |
When running the hbpintool on a compiled version on
/graphit/test/input/cc.gt
, the tool always returnsI've added
__attribute__((noinline))
and this doesn't seem to fix the issue.When I've run the hbpintool on this same file outside of the docker container, it does return nonzero estimates.
The text was updated successfully, but these errors were encountered: