Skip to content
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

Merged
merged 2 commits into from
Apr 4, 2022

Commits on Apr 4, 2022

  1. Reorganize the headers to isolate the nonstandard routines

     * 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
    jjhursey committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    d13069d View commit details
    Browse the repository at this point in the history
  2. Add documentation

    Signed-off-by: Joshua Hursey <[email protected]>
    jjhursey committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    3d6bdf4 View commit details
    Browse the repository at this point in the history