-
Notifications
You must be signed in to change notification settings - Fork 19
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
OMPVV_TEST_SHARED_ENVIRONMENT test is broken #94
Labels
in progress
PR created, we are working on it
infrastructure
Relevant to testing infrastructure
V&V bug
Something in the V&V isn't working
Comments
We have discussed about removing this macro completely for 4.5 This brings up also, how to differenciate the ompvv.h for each OpenMP version? Also, list of tests using it:
|
@jhdavis8 make these tests a list please. :) |
One option is that we can have an environment variable that specifies which specification is being exercised. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in progress
PR created, we are working on it
infrastructure
Relevant to testing infrastructure
V&V bug
Something in the V&V isn't working
Describe the bug
Based on the description by Tom Scogland in the PR #86, the test we do with this macro is broken
Test that it applies to
Any test that requires us to check for this condition
Expected behavior
A possible solution would be to use
is_device_pointer
with a pointer variable instead of an scalar. Using an scalar has the problem of defaultmaping of scalars as firstprivate.List of tests this applies to:
The text was updated successfully, but these errors were encountered: