1
1

Grrr....get the correct number too!

This commit was SVN r25478.
Этот коммит содержится в:
Ralph Castain 2011-11-15 11:11:47 +00:00
родитель 593fc388a9
Коммит b34acd0476

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

@ -150,7 +150,7 @@ static int allocate(opal_list_t *nodes)
for (i=0; i < num_nodes; i++) {
node = OBJ_NEW(orte_node_t);
asprintf(&node->name, "%s%0*d", prefix, dig, val++);
asprintf(&node->name, "%s%0*d", prefix, dig, i);
node->state = ORTE_NODE_STATE_UP;
node->slots_inuse = 0;
node->slots_max = mca_ras_simulator_component.slots_max;