Reset the component parameter for hostfile selection from
"hostfile" to the more conforming name "llm_hostfile_hostfile". The shortcut for hostfile-selection with -hostfile, e.g.: mpirun -np 98234 -hostfile big_machine ./test still works. This commit was SVN r4233.
Этот коммит содержится в:
родитель
c8a13e27db
Коммит
f21536202f
@ -74,7 +74,7 @@ mca_llm_hostfile_component_open(void)
|
|||||||
param_filename = mca_base_param_register_string("llm",
|
param_filename = mca_base_param_register_string("llm",
|
||||||
"hostfile",
|
"hostfile",
|
||||||
"hostfile",
|
"hostfile",
|
||||||
"hostfile",
|
NULL,
|
||||||
default_path);
|
default_path);
|
||||||
if (NULL != default_path) free(default_path);
|
if (NULL != default_path) free(default_path);
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user