-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
use global symbols on Unix to support LD_PRELOAD interception #451
Conversation
Thanks - I'll try this hopefully later today. |
Does this make JuliaIO/HDF5.jl#791 unecessary ? Also note Mose's reply in JuliaIO/HDF5.jl#791 (comment) |
No, but you could use the same trick (macro wrapper around |
Sorry - couldn't get back to this until now. I'm trying it! |
It works fine on my simple test! |
Thanks. @vchuravy any additional thoughts before we merge? |
I'm trying a more complex test and with the package compiler. |
My complex test worked. I didn't get much info out of Darshan, because I'm not doing collective MPI-IO. But that's not your problem :-) . If you are waiting on me to merge, I think you can go ahead. Thanks! |
Thanks @lyon-fnal! |
This is an alternative to #450 that only uses global symbols on unix systems.
@lyon-fnal would you be able to try this out?