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
First, I would like to thank for providing such convenient library overall.
I am using the khash header to implement a fast hash table in my code, to accelerate fast neighbour search.
I am paralelizing a section of this code using openMP, and it would be incredibly convenient to be able to copy a pair of hash tables I have created in the serial part of the code into private variables of each thread, but I couldn't find any way to do so.
Do you have any suggestions on how to approach this issue?
best regards,
The text was updated successfully, but these errors were encountered:
Dear mantainer(s) of klib,
First, I would like to thank for providing such convenient library overall.
I am using the khash header to implement a fast hash table in my code, to accelerate fast neighbour search.
I am paralelizing a section of this code using openMP, and it would be incredibly convenient to be able to copy a pair of hash tables I have created in the serial part of the code into private variables of each thread, but I couldn't find any way to do so.
Do you have any suggestions on how to approach this issue?
best regards,
The text was updated successfully, but these errors were encountered: