Both -H and -host options are allowed to specify hostlist (now supported for bproc -
will look at rsh) This commit was SVN r7440.
Этот коммит содержится в:
родитель
41ba191e9a
Коммит
f0cec8ac0c
@ -964,19 +964,14 @@ static int create_app(int argc, char* argv[], orte_app_context_t **app_ptr,
|
||||
}
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
/* JMS commented out because we don't handle this in any
|
||||
mapper */
|
||||
/* Save -host args */
|
||||
|
||||
else if (0 == strcmp("-host", argv[i])) {
|
||||
else if (0 == strcmp("-host", argv[i]) || 0 == strcmp("-H", argv[i])) {
|
||||
char str[2] = { '0' + ORTE_APP_CONTEXT_MAP_HOSTNAME, '\0' };
|
||||
|
||||
opal_argv_append(&new_argc, &new_argv, "-rawmap");
|
||||
opal_argv_append(&new_argc, &new_argv, str);
|
||||
save_arg = false;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* If this token was C/N map data, save it */
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user