1
1

Allocate the slots for use in the xgrid plm

This commit was SVN r20460.
Этот коммит содержится в:
Ralph Castain 2009-02-06 00:55:14 +00:00
родитель 656d8578d0
Коммит a6f9c1f2b1

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

@ -113,9 +113,10 @@ orte_plm_xgrid_make_nodes(orte_job_t *jdata)
node->slots_inuse = 0;
node->slots_max = 0;
node->slots = 1;
node->slots_alloc = 1;
node->index = opal_pointer_array_add(orte_node_pool, (void*)node);
/* update the total slots in the job */
jdata->total_slots_alloc += node->slots;
jdata->total_slots_alloc += node->slots_alloc;
}
jdata->oversubscribe_override = true;