Default npersocket to bind-to-socket unless otherwise directed
This commit was SVN r21904.
Этот коммит содержится в:
родитель
bdb45b25c6
Коммит
2d27bc9824
@ -138,6 +138,8 @@ int orte_rmaps_base_open(void)
|
|||||||
false, false, -1, &orte_rmaps_base.npersocket);
|
false, false, -1, &orte_rmaps_base.npersocket);
|
||||||
if (0 < orte_rmaps_base.npersocket) {
|
if (0 < orte_rmaps_base.npersocket) {
|
||||||
ORTE_ADD_MAPPING_POLICY(ORTE_MAPPING_NPERXXX);
|
ORTE_ADD_MAPPING_POLICY(ORTE_MAPPING_NPERXXX);
|
||||||
|
/* bind to socket, UNLESS the user already specified something else */
|
||||||
|
ORTE_XSET_BINDING_POLICY(ORTE_BIND_TO_SOCKET);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Do we want to loadbalance the job */
|
/* Do we want to loadbalance the job */
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user