1
1

Do not deprecate the rankfile mca param.

This commit was SVN r21900.
Этот коммит содержится в:
Ralph Castain 2009-08-27 10:40:51 +00:00
родитель 4119497c5a
Коммит 12d6595c41

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

@ -203,7 +203,7 @@ int orte_register_params(void)
tmp = mca_base_param_reg_string_name("orte", "rankfile",
"Name of the rankfile to be used for mapping processes (relative or absolute path)",
false, false, NULL, NULL);
mca_base_param_reg_syn_name(tmp, "rmaps", "rank_file_path", true);
mca_base_param_reg_syn_name(tmp, "rmaps", "rank_file_path", false);
mca_base_param_lookup_string(tmp, &orte_rankfile);