Skip to content
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

pypapi.exceptions.PapiInvalidValueError: Invalid Argument. (PAPI_EINVAL) #70

Open
aidos738 opened this issue Nov 9, 2024 · 0 comments

Comments

@aidos738
Copy link

aidos738 commented Nov 9, 2024

raceback (most recent call last):
File "/usr/local/lib/python3.12/dist-packages/pypapi/test_pypapi.py", line 24, in
high.hl_region_begin("computation")
File "/usr/local/lib/python3.12/dist-packages/pypapi/exceptions.py", line 197, in papi_error_wrapper
raise object_()
pypapi.exceptions.PapiInvalidValueError: Invalid Argument. (PAPI_EINVAL)

Having this error when trying to run highlighted line of code. Checked through papi_avail and made sure I have access to this event (PAPI_FP_OPS). It seems to be complaining on the argument "computation", what can be wrong with it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant