-
Notifications
You must be signed in to change notification settings - Fork 2
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
Reorganize the headers to isolate the nonstandard routines #6
Conversation
a07e3a5
to
e7d48c6
Compare
I'm not sure how we want to test this repo. I took care to make sure everything is ordered properly but didn't try to build anything against this. Any ideas? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These look good to me. I have not yet tried to compile codes with them, but I will do that next. The presentation/organization looks good.
* Fixes pmix#5 * The non-standard supporting routines are in the `pmix_abi_support(_bottom).h` header to make them easily identified as non-standard. * Layer the headers to isolate the functions from the macros from the types and constants. * Add missing functions for * `PMIx_Disconnect` * `PMIx_Disconnect_nb` * `PMIx_Info_load` * `PMIx_Info_xfer` * Add a `pmix.h` that has the true function signatures
Signed-off-by: Joshua Hursey <[email protected]>
Let's merge this and iterate a bit on master as we work out any details that crop up in broader testing. |
pmix_abi_support(_bottom).h
header to make them easily identified as non-standard.
types and constants.
PMIx_Disconnect
PMIx_Disconnect_nb
PMIx_Info_load
PMIx_Info_xfer
pmix.h
that has the true function signatures