From f0a440a2386b8bb19e61e3116a0cd864fd65648b Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Thu, 14 Jul 2005 00:18:36 +0000 Subject: [PATCH] Bproc specific registry keys. This commit was SVN r6473. --- orte/mca/soh/soh_types.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/orte/mca/soh/soh_types.h b/orte/mca/soh/soh_types.h index 4f08f26807..a792eeccda 100644 --- a/orte/mca/soh/soh_types.h +++ b/orte/mca/soh/soh_types.h @@ -61,4 +61,11 @@ typedef int8_t orte_node_state_t; orte_node_state_t) */ #define ORTE_NODE_STATE_REBOOT 0x03 +/** + * Bproc specific keys + */ +#define ORTE_SOH_BPROC_NODE_MODE "orte-node-bproc-mode" +#define ORTE_SOH_BPROC_NODE_USER "orte-node-bproc-user" +#define ORTE_SOH_BPROC_NODE_GROUP "orte-node-bproc-group" + #endif