1
1

Also show the process name; it *is* useful, at least to us developers ;-)

This commit was SVN r19629.
Этот коммит содержится в:
Jeff Squyres 2008-09-24 19:32:34 +00:00
родитель 77e6b72c06
Коммит d85aaf521a
2 изменённых файлов: 7 добавлений и 7 удалений

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

@ -453,12 +453,12 @@ int mca_bml_r2_add_procs( size_t nprocs,
orte_show_help("help-mca-bml-r2", orte_show_help("help-mca-bml-r2",
"unreachable proc", "unreachable proc",
true, true,
ORTE_NAME_PRINT(&(ompi_proc_local_proc->proc_name)),
(ompi_proc_local_proc->proc_hostname ? (ompi_proc_local_proc->proc_hostname ?
ompi_proc_local_proc->proc_hostname : ompi_proc_local_proc->proc_hostname : "unknown!"),
ORTE_NAME_PRINT(&(ompi_proc_local_proc->proc_name))), ORTE_NAME_PRINT(&(ompi_proc_local_proc->proc_name)),
(unreach_proc->proc_hostname ? (unreach_proc->proc_hostname ?
unreach_proc->proc_hostname : unreach_proc->proc_hostname : "unknown!"),
ORTE_NAME_PRINT(&(unreach_proc->proc_name))),
btl_names); btl_names);
} }

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

@ -27,8 +27,8 @@ an error; Open MPI requires that all MPI processes be able to reach
each other. This error can sometimes be the result of forgetting to each other. This error can sometimes be the result of forgetting to
specify the "self" BTL. specify the "self" BTL.
Process 1 is on host: %s Process 1 (%s) is on host: %s
Process 2 is on host: %s Process 2 (%s) is on host: %s
BTLs attempted: %s BTLs attempted: %s
Your MPI job is now going to abort; sorry. Your MPI job is now going to abort; sorry.