1
1

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.
Этот коммит содержится в:
Rainer Keller 2005-01-29 01:58:29 +00:00
родитель 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);