1
1
Provide a missing header and paren

Thanks to @zerothi for the assistance

Signed-off-by: Ralph Castain <rhc@pmix.org>
Этот коммит содержится в:
Ralph Castain 2019-08-07 05:47:12 -07:00
родитель ec9def1406
Коммит bd5a1765ee
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B63B630167D26BB5

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

@ -36,6 +36,7 @@
#include "orte/mca/rmaps/rmaps_types.h"
#include "orte/mca/errmgr/errmgr.h"
#include "orte/mca/rmaps/base/base.h"
#include "orte/runtime/orte_globals.h"
#include "orte/util/show_help.h"
@ -120,7 +121,7 @@ static int allocate(orte_job_t *jdata, opal_list_t *nodes)
directives_given = true;
}
} else if ((ORTE_MAPPING_GIVEN & ORTE_GET_MAPPING_DIRECTIVE(orte_rmaps_base.mapping)) ||
OPAL_BINDING_POLICY_IS_SET(opal_hwloc_binding_policy) {
OPAL_BINDING_POLICY_IS_SET(opal_hwloc_binding_policy)) {
directives_given = true;
}