1
1

Add missing PMIx range value so OPAL and PMIx align again

Этот коммит содержится в:
Ralph Castain 2016-06-22 22:02:20 -07:00
родитель 52c3af5211
Коммит 08b1438f15

Просмотреть файл

@ -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