Skip to content

Commit 8454fc8

Browse files
author
Ralph Castain
committed
Allow oversubscription on managed allocations
Fixes openpmix/prrte#42 Signed-off-by: Ralph Castain <[email protected]>
1 parent e443adc commit 8454fc8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

orte/mca/ras/base/ras_base_allocate.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,6 @@ void orte_ras_base_allocate(int fd, short args, void *cbdata)
215215
return;
216216
}
217217
OBJ_DESTRUCT(&nodes);
218-
/* default to no-oversubscribe-allowed for managed systems */
219-
if (!(ORTE_MAPPING_SUBSCRIBE_GIVEN & ORTE_GET_MAPPING_DIRECTIVE(orte_rmaps_base.mapping))) {
220-
ORTE_SET_MAPPING_DIRECTIVE(orte_rmaps_base.mapping, ORTE_MAPPING_NO_OVERSUBSCRIBE);
221-
}
222218
goto DISPLAY;
223219
} else if (orte_allocation_required) {
224220
/* if nothing was found, and an allocation is

0 commit comments

Comments
 (0)