1
1
This commit was SVN r5374.
Этот коммит содержится в:
Tim Woodall 2005-04-15 13:36:41 +00:00
родитель 61f55f1011
Коммит 744e924d76

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

@ -75,7 +75,7 @@ int orte_ras_base_allocate_nodes(orte_jobid_t jobid, ompi_list_t* nodes)
if (node->node_slots_inuse >= node->node_slots) {
/* if there is a constraint on the max number of slots - skip this node */
if(node->node_slots_max && node->node_slots_max >= node->node_slots_inuse) {
if(node->node_slots_max && node->node_slots_inuse >= node->node_slots_max) {
num_constrained++;
continue;
}