1
1

Helps if we total up the correct field to get the total number of slots in the universe

This commit was SVN r12789.
Этот коммит содержится в:
Ralph Castain 2006-12-07 03:17:12 +00:00
родитель a1153fdc8f
Коммит 62d7826e01

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

@ -741,7 +741,7 @@ int orte_ras_base_node_assign(opal_list_t* nodes, orte_jobid_t jobid)
}
/* add the slots to our total */
total_slots += node->node_slots_alloc;
total_slots += node->node_slots;
}
/* setup to store the total number of slots */