Gbp-Pq: Name pmix-modex.patch
#include "pmix.h"
#include "pmix_server.h"
+/* Deprecated. Rewrite code below */
+#ifndef PMIX_INFO_ARRAY
+#define PMIX_INFO_ARRAY 44
+#endif
+
/**** S.O.U.T.H.B.O.U.N.D I.N.T.E.R.F.A.C.E.S ****/
/* These are the interfaces used by the OMPI/ORTE/OPAL layer to call
OPAL_ERROR_LOG(OPAL_ERR_NOT_SUPPORTED);
rc = OPAL_ERR_NOT_SUPPORTED;
break;
- case PMIX_MODEX:
- OPAL_ERROR_LOG(OPAL_ERR_NOT_SUPPORTED);
- rc = OPAL_ERR_NOT_SUPPORTED;
- break;
case PMIX_PERSIST:
kv->type = OPAL_PERSIST;
kv->data.uint8 = pmix2x_convert_persist(v->data.persist);
OPAL_ERROR_LOG(OPAL_ERR_NOT_SUPPORTED);
rc = OPAL_ERR_NOT_SUPPORTED;
break;
- case PMIX_INFO_ARRAY:
- OPAL_ERROR_LOG(OPAL_ERR_NOT_SUPPORTED);
- rc = OPAL_ERR_NOT_SUPPORTED;
- break;
default:
/* silence warnings */