1
1
This commit was SVN r22800.
Этот коммит содержится в:
Shiqing Fan 2010-03-09 10:02:50 +00:00
родитель 0feb158aaf
Коммит 49502af2ba

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

@ -205,7 +205,7 @@ static int parse_dash_host(char ***mapped_nodes, char** host_argv)
}
/* see if that location is filled */
if (NULL == (node = opal_pointer_array_get_item(orte_node_pool, nodeidx))) {
if (NULL == (node = (orte_node_t *) opal_pointer_array_get_item(orte_node_pool, nodeidx))) {
/* this is an error */
orte_show_help("help-dash-host.txt", "dash-host:relative-node-not-found",
true, nodeidx, mini_map[k]);