Skip to content

Commit ef78884

Browse files
committed
orte/mca/rmaps: Improve orte_rmaps_dist_device help message
See: open-mpi#953
1 parent 31fe8f6 commit ef78884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orte/mca/rmaps/base/rmaps_base_frame.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ static int orte_rmaps_base_register(mca_base_register_flag_t flags)
168168

169169
rmaps_dist_device = NULL;
170170
var_id = mca_base_var_register("orte", "rmaps", NULL, "dist_device",
171-
"Set device to map by distance near by",
171+
"If specified, map processes near to this device. Any device name that is identified by the lstopo hwloc utility as Net or OpenFabrics (for example eth0, mlx4_0, etc) or special name as auto ",
172172
MCA_BASE_VAR_TYPE_STRING, NULL, 0, 0,
173173
OPAL_INFO_LVL_9,
174174
MCA_BASE_VAR_SCOPE_READONLY,

0 commit comments

Comments
 (0)