Skip to content

Commit

Permalink
Add missing PMIx range value so OPAL and PMIx align again
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralph Castain committed Jun 23, 2016
1 parent 52c3af5 commit 08b1438
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opal/mca/pmix/pmix_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ typedef enum {
#define OPAL_PMIX_DATA_RANGE OPAL_UINT
typedef enum {
OPAL_PMIX_RANGE_UNDEF = 0,
OPAL_PMIX_RANGE_RM, // data is intended for the host resource manager
OPAL_PMIX_RANGE_LOCAL, // available on local node only
OPAL_PMIX_RANGE_NAMESPACE, // data is available to procs in the same nspace only
OPAL_PMIX_RANGE_SESSION, // data available to all procs in session
Expand Down

0 comments on commit 08b1438

Please sign in to comment.