1
1
This commit was SVN r7674.
Этот коммит содержится в:
Josh Hursey 2005-10-08 17:03:12 +00:00
родитель 982e34c50d
Коммит d5ebb5c46a

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

@ -199,7 +199,7 @@ static int map_app_by_node(
char **mapped_nodes,
int num_mapped_nodes)
{
int rc;
int rc = ORTE_SUCCESS;
size_t num_alloc = 0;
size_t proc_index = 0;
opal_list_item_t *next;