Skip to content

Commit 6159afc

Browse files
authored
Merge pull request #6872 from rhc54/topic/lsf2
Fix typos
2 parents ec9def1 + bd5a176 commit 6159afc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

orte/mca/ras/lsf/ras_lsf_module.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
#include "orte/mca/rmaps/rmaps_types.h"
3838
#include "orte/mca/errmgr/errmgr.h"
39+
#include "orte/mca/rmaps/base/base.h"
3940
#include "orte/runtime/orte_globals.h"
4041
#include "orte/util/show_help.h"
4142

@@ -120,7 +121,7 @@ static int allocate(orte_job_t *jdata, opal_list_t *nodes)
120121
directives_given = true;
121122
}
122123
} else if ((ORTE_MAPPING_GIVEN & ORTE_GET_MAPPING_DIRECTIVE(orte_rmaps_base.mapping)) ||
123-
OPAL_BINDING_POLICY_IS_SET(opal_hwloc_binding_policy) {
124+
OPAL_BINDING_POLICY_IS_SET(opal_hwloc_binding_policy)) {
124125
directives_given = true;
125126
}
126127

0 commit comments

Comments
 (0)