From 6df94466cf69b3c7fd2b97a0e4497c15affae628 Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Fri, 15 Jul 2005 04:24:16 +0000 Subject: [PATCH] Moved to bproc component header. This commit was SVN r6513. --- orte/mca/soh/soh_types.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/orte/mca/soh/soh_types.h b/orte/mca/soh/soh_types.h index a792eeccda..6c016f5e4a 100644 --- a/orte/mca/soh/soh_types.h +++ b/orte/mca/soh/soh_types.h @@ -60,12 +60,4 @@ typedef int8_t orte_node_state_t; /** Node is rebooting (only some systems will support this; see 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