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

Group table management in qvi_thread_t is problematic #44

Closed
GuillaumeMercier opened this issue Aug 22, 2022 · 2 comments
Closed

Group table management in qvi_thread_t is problematic #44

GuillaumeMercier opened this issue Aug 22, 2022 · 2 comments
Assignees

Comments

@GuillaumeMercier
Copy link
Collaborator

Currently only one thread in an OpenMP team is making the insert call (and also determining the group id)
since several threads are part of the group.
However, the id used is the one from the thread making the insertion.
If a thread gets the group and queries the id, it's going to be the id of the thread that made the insertion
in the group table and not it's own.
This should be fixed.

@GuillaumeMercier GuillaumeMercier self-assigned this Aug 22, 2022
@samuelkgutierrez
Copy link
Member

@GuillaumeMercier #176 should help with this. Let's discuss how we can handle this now inside the threaded code.

@samuelkgutierrez
Copy link
Member

samuelkgutierrez commented Jul 9, 2024

This is a stale issue because of how threading is handled now.

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

2 participants