1
1

Merge pull request #6872 from rhc54/topic/lsf2

Fix typos
Этот коммит содержится в:
Ralph Castain 2019-08-07 07:07:25 -07:00 коммит произвёл GitHub
родитель ec9def1406 bd5a1765ee
Коммит 6159afc07a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

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

@ -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;
}