Correct the bit mask to properly set the binding policy
This commit was SVN r21934.
Этот коммит содержится в:
родитель
9b47a46ed9
Коммит
17444243f7
@ -296,7 +296,7 @@ typedef uint16_t orte_mapping_policy_t;
|
|||||||
#define ORTE_XSET_BINDING_POLICY(pol) \
|
#define ORTE_XSET_BINDING_POLICY(pol) \
|
||||||
do { \
|
do { \
|
||||||
orte_mapping_policy_t tmp; \
|
orte_mapping_policy_t tmp; \
|
||||||
tmp = (orte_default_mapping_policy & 0xff00) & ~(pol); \
|
tmp = (orte_default_mapping_policy & 0x00ff) & ~(pol); \
|
||||||
if (0 == tmp) { \
|
if (0 == tmp) { \
|
||||||
ORTE_SET_BINDING_POLICY((pol)); \
|
ORTE_SET_BINDING_POLICY((pol)); \
|
||||||
} \
|
} \
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user