You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: