Hi,
I have implemented a third-party library that uses OMPT.
I would like to call the destructor of my library after the destructor of the OpenMP runtime.
I tried to specify a priority in both mine and the openmp runtime destructors, but the order does not change, the openmp runtime destructors is always the last one called.
Is that anyway to change this behavior?
Thanks.
Best,
Simone