We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the test program test-pthread-split fails:
test-pthread-split
qv_pthread_scope_split
qv_pthread_scope_split_at
There is an issue when both parts are tested at the same time in the program.
This needs investigation.
The text was updated successfully, but these errors were encountered:
Example fix.
dfc9d26
Fixes hpc#274 Signed-off-by: Guillaume Mercier <guillaume.mercier@bordeaux-inp.fr>
Investigation is over: I'm stupid.
Sorry, something went wrong.
4cf99ed
GuillaumeMercier
Successfully merging a pull request may close this issue.
Currently, the test program
test-pthread-split
fails:qv_pthread_scope_split
part alone is workingqv_pthread_scope_split_at
part alone is also workingThere is an issue when both parts are tested at the same time in the program.
This needs investigation.
The text was updated successfully, but these errors were encountered: