Esure that mca params have a chance to be used in the standard hierarchy - in this case, allowing a choice of mapping policy to be made at the rmaps mca level.
This commit was SVN r22089.
Этот коммит содержится в:
родитель
ad62148bc2
Коммит
67625d5df6
@ -1326,10 +1326,12 @@ static int parse_globals(int argc, char* argv[], opal_cmd_line_t *cmd_line)
|
||||
ORTE_SET_MAPPING_POLICY(ORTE_MAPPING_BYBOARD);
|
||||
} else if (orterun_globals.by_socket) {
|
||||
ORTE_SET_MAPPING_POLICY(ORTE_MAPPING_BYSOCKET);
|
||||
} else {
|
||||
/* byslot is the default */
|
||||
} else if (orterun_globals.by_slot) {
|
||||
ORTE_SET_MAPPING_POLICY(ORTE_MAPPING_BYSLOT);
|
||||
}
|
||||
/* if nothing was specified, leave it as set by
|
||||
* mca param
|
||||
*/
|
||||
|
||||
/* extract any binding policy directives */
|
||||
if (orterun_globals.bind_to_socket) {
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user