Skip to content

Commit bd5a176

Browse files
committed
Fix typos
Provide a missing header and paren Thanks to @zerothi for the assistance Signed-off-by: Ralph Castain <[email protected]>
1 parent ec9def1 commit bd5a176

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)