1
1

Moved to bproc component header.

This commit was SVN r6513.
Этот коммит содержится в:
Greg Watson 2005-07-15 04:24:16 +00:00
родитель 6f38d05a9f
Коммит 6df94466cf

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

@ -60,12 +60,4 @@ typedef int8_t orte_node_state_t;
/** Node is rebooting (only some systems will support this; see /** Node is rebooting (only some systems will support this; see
orte_node_state_t) */ orte_node_state_t) */
#define ORTE_NODE_STATE_REBOOT 0x03 #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 #endif