Skip to content

Commit 08b1438

Browse files
author
Ralph Castain
committed
Add missing PMIx range value so OPAL and PMIx align again
1 parent 52c3af5 commit 08b1438

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opal/mca/pmix/pmix_types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ typedef enum {
191191
#define OPAL_PMIX_DATA_RANGE OPAL_UINT
192192
typedef enum {
193193
OPAL_PMIX_RANGE_UNDEF = 0,
194+
OPAL_PMIX_RANGE_RM, // data is intended for the host resource manager
194195
OPAL_PMIX_RANGE_LOCAL, // available on local node only
195196
OPAL_PMIX_RANGE_NAMESPACE, // data is available to procs in the same nspace only
196197
OPAL_PMIX_RANGE_SESSION, // data available to all procs in session

0 commit comments

Comments
 (0)