You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Named values (i.e., values defined by constant names via a
1125
1125
// typical C-language enum declaration) must be provided as
1126
1126
// their numerical equivalent.
1127
-
#definePMIX_QUERY_ABI_VERSION "pmix.qry.abiversion" // (char*) The PMIx Standard ABI version supported returned in the form "MAJOR.MINOR"
1127
+
#definePMIX_QUERY_STABLE_ABI_VERSION "pmix.qry.stabiver" // (char*) The PMIx Standard Stable ABI version supported returned in the form of a comma separated list of "MAJOR.MINOR"
1128
+
// This attribute can be used with PMIx_Query_info outside of the init/finalize region.
1129
+
#definePMIX_QUERY_PROVISIONAL_ABI_VERSION "pmix.qry.prabiver" // (char*) The PMIx Standard Provisional ABI version supported returned in the form of a comma separated "MAJOR.MINOR"
1128
1130
// This attribute can be used with PMIx_Query_info outside of the init/finalize region.
0 commit comments