Skip to content

Commit c8f4a2e

Browse files
authored
Merge pull request #3976 from ggouaillardet/topic/v3.0.x/opal_hwloc_base_binding_policy
v3.0.x: hwloc/base: fix info message for opal_hwloc_base_binding_policy
2 parents 5bbcbdb + 75aee3d commit c8f4a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/hwloc/base/hwloc_base_frame.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ static int opal_hwloc_base_register(mca_base_register_flag_t flags)
120120
(void) mca_base_var_register("opal", "hwloc", "base", "binding_policy",
121121
"Policy for binding processes. Allowed values: none, hwthread, core, l1cache, l2cache, "
122122
"l3cache, socket, numa, board (\"none\" is the default when oversubscribed, \"core\" is "
123-
"the default when np<=2, and \"socket\" is the default when np>2). Allowed qualifiers: "
123+
"the default when np<=2, and \"numa\" is the default when np>2). Allowed qualifiers: "
124124
"overload-allowed, if-supported",
125125
MCA_BASE_VAR_TYPE_STRING, NULL, 0, 0, OPAL_INFO_LVL_9,
126126
MCA_BASE_VAR_SCOPE_READONLY, &opal_hwloc_base_binding_policy);

0 commit comments

Comments
 (0)