-
Notifications
You must be signed in to change notification settings - Fork 22
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
optimizer ZeroDivisionError #467
Comments
Issue has been identified as unrelated to the optimizer. @goerlibe , please close the issue once you are pleases with your fix in the VSCode Extension. |
Deleting .discopop after running cmake did fix the issue. However a new problem was introduced, because now the Hotspot Detection and DiscoPoP do not play well together. (They each require a new cmake build, therefore deleting each other's results) my current build process creates the following directories:
Is it safe to run the cmake command without the DOT_DISCOPOP, then delete the local .discopop directory and run make and the instrumentation with the DOT_DISCOPOP pointing to the above mentioned directory? |
"Is it safe to run..." |
Running the usual steps on this program, then running the optimizer without arguments, i.e.
discopop_optimizer
, results in ZeroDivisionError. Exhaustive Search works fine.Source Code
Error
The text was updated successfully, but these errors were encountered: