1
1

Both -H and -host options are allowed to specify hostlist (now supported for bproc -

will look at rsh)

This commit was SVN r7440.
Этот коммит содержится в:
Tim Woodall 2005-09-20 13:31:13 +00:00
родитель 41ba191e9a
Коммит f0cec8ac0c

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

@ -964,19 +964,14 @@ static int create_app(int argc, char* argv[], orte_app_context_t **app_ptr,
} }
#endif #endif
#if 0
/* JMS commented out because we don't handle this in any
mapper */
/* Save -host args */ /* Save -host args */
else if (0 == strcmp("-host", argv[i]) || 0 == strcmp("-H", argv[i])) {
else if (0 == strcmp("-host", argv[i])) {
char str[2] = { '0' + ORTE_APP_CONTEXT_MAP_HOSTNAME, '\0' }; 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, "-rawmap");
opal_argv_append(&new_argc, &new_argv, str); opal_argv_append(&new_argc, &new_argv, str);
save_arg = false; save_arg = false;
} }
#endif
/* If this token was C/N map data, save it */ /* If this token was C/N map data, save it */