Allow oversubscription on managed allocations
Fixes https://github.com/pmix/pmix-reference-server/issues/42 Signed-off-by: Ralph Castain <rhc@open-mpi.org>
Этот коммит содержится в:
родитель
e443adc7a1
Коммит
8454fc8a65
@ -215,10 +215,6 @@ void orte_ras_base_allocate(int fd, short args, void *cbdata)
|
||||
return;
|
||||
}
|
||||
OBJ_DESTRUCT(&nodes);
|
||||
/* default to no-oversubscribe-allowed for managed systems */
|
||||
if (!(ORTE_MAPPING_SUBSCRIBE_GIVEN & ORTE_GET_MAPPING_DIRECTIVE(orte_rmaps_base.mapping))) {
|
||||
ORTE_SET_MAPPING_DIRECTIVE(orte_rmaps_base.mapping, ORTE_MAPPING_NO_OVERSUBSCRIBE);
|
||||
}
|
||||
goto DISPLAY;
|
||||
} else if (orte_allocation_required) {
|
||||
/* if nothing was found, and an allocation is
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user