-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
During the release process we discussed this issue with @daboehme, it was first reported in #40.
The problem is that Intel's runtimes use many mechanisms that break Gotcha, dlsym with RTLD_NEXT, and even (I believe) GOT rewriting. Fixing this could take multiple steps
Step 1) Function better with dlsym and RTLD_NEXT
Step 2) (If the problem still exists) Use some awareness when Intel OpenMP libraries are present. Perhaps, if Intel OpenMP is there, we wait until we see them do a rewrite before rewriting GOTs.
Closer to the time it comes to fix this I might ping some people at Intel, this seems like the kind of bug which we could iteratively cause for one another as we update code, I'd like to avoid that.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels