1
1

Set default name for "default-hostfile" param to "openmpi-default-hostfile" to retain backwards compatibility with OMPI 1.2

This commit was SVN r20128.
Этот коммит содержится в:
Ralph Castain 2008-12-15 17:08:59 +00:00
родитель d578164d82
Коммит ea01da0eee

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

@ -157,7 +157,7 @@ int orte_register_params(void)
/* default hostfile */
mca_base_param_reg_string_name("orte", "default_hostfile",
"Name of the default hostfile (relative or absolute path)",
false, false, NULL, &orte_default_hostfile);
false, false, "openmpi-default-hostfile", &orte_default_hostfile);
/* whether or not to keep FQDN hostnames */