1
1

Per request from Jeff: tune up the help messages for binding options

Refs trac:4898

This commit was SVN r32691.

The following Trac tickets were found above:
  Ticket 4898 --> https://svn.open-mpi.org/trac/ompi/ticket/4898
Этот коммит содержится в:
Ralph Castain 2014-09-09 22:39:22 +00:00
родитель 3a5f4f72da
Коммит e671620ac7
2 изменённых файлов: 5 добавлений и 2 удалений

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

@ -124,7 +124,10 @@ static int opal_hwloc_base_register(mca_base_register_flag_t flags)
opal_hwloc_base_binding_policy = NULL;
(void) mca_base_var_register("opal", "hwloc", "base", "binding_policy",
"Policy for binding processes [none (default:oversubscribed) | hwthread | core (default:np<=2) | l1cache | l2cache | l3cache | socket (default:np>2) | numa | board] (supported qualifiers: overload-allowed,if-supported)",
"Policy for binding processes. Allowed values: none, hwthread, core, l1cache, l2cache, "
"l3cache, socket, numa, board (\"none\" is the default when oversubscribed, \"core\" is "
"the default when np<=2, and \"socket\" is the default when np>2). Allowed qualifiers: "
"overload-allowed, if-supported",
MCA_BASE_VAR_TYPE_STRING, NULL, 0, 0, OPAL_INFO_LVL_9,
MCA_BASE_VAR_SCOPE_READONLY, &opal_hwloc_base_binding_policy);

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

@ -389,7 +389,7 @@ static opal_cmd_line_init_t cmd_line_init[] = {
/* Binding options */
{ "hwloc_base_binding_policy", '\0', NULL, "bind-to", 1,
NULL, OPAL_CMD_LINE_TYPE_STRING,
"Policy for binding processes [none (default:oversubscribed) | hwthread | core (default:np<=2) | l1cache | l2cache | l3cache | socket (default:np>2) | numa | board] (supported qualifiers: overload-allowed,if-supported)" },
"Policy for binding processes. Allowed values: none, hwthread, core, l1cache, l2cache, l3cache, socket, numa, board (\"none\" is the default when oversubscribed, \"core\" is the default when np<=2, and \"socket\" is the default when np>2). Allowed qualifiers: overload-allowed, if-supported" },
/* backward compatiblity */
{ "hwloc_base_bind_to_core", '\0', "bind-to-core", "bind-to-core", 0,