We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c3af5 commit 08b1438Copy full SHA for 08b1438
opal/mca/pmix/pmix_types.h
@@ -191,6 +191,7 @@ typedef enum {
191
#define OPAL_PMIX_DATA_RANGE OPAL_UINT
192
typedef enum {
193
OPAL_PMIX_RANGE_UNDEF = 0,
194
+ OPAL_PMIX_RANGE_RM, // data is intended for the host resource manager
195
OPAL_PMIX_RANGE_LOCAL, // available on local node only
196
OPAL_PMIX_RANGE_NAMESPACE, // data is available to procs in the same nspace only
197
OPAL_PMIX_RANGE_SESSION, // data available to all procs in session
0 commit comments