1
1

Minor nit: use the real filename. opal_show_help() will ultimately

find the file even if we don't specify the ".txt" extension here, but
we might as well do it Right in the first place.

This commit was SVN r19867.
Этот коммит содержится в:
Jeff Squyres 2008-10-31 21:48:18 +00:00
родитель f54fda489e
Коммит 57c52d373b

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

@ -403,7 +403,7 @@ static int mca_bml_r2_add_procs( size_t nprocs,
if (mca_bml_r2.show_unreach_errors &&
OMPI_ERR_UNREACH == ret) {
orte_show_help("help-mca-bml-r2",
orte_show_help("help-mca-bml-r2.txt",
"unreachable proc",
true,
ORTE_NAME_PRINT(&(ompi_proc_local_proc->proc_name)),