pmix / pmix-abi

PMIx Headers for ABI Compatibility
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Separate Provisional vs Stable ABI #11

Open jjhursey opened 2 years ago

jjhursey commented 2 years ago

Make it clear which portion of the header is either Provisional and Stable.

Suggestion to build Stable ABI by default, then have the user opt-in to the Provisional ABI with something like:

     #define _PMIX_PROVISIONAL
     #include <pmix.h>