1
1

Do not try to update the local process with modex information (from the local

process) as it stomps on information if the modex doesn't exist for the
current platform

This commit was SVN r17916.
Этот коммит содержится в:
Brian Barrett 2008-03-21 19:20:47 +00:00
родитель a4ec8a9d53
Коммит 5a7ebf5f25

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

@ -192,6 +192,11 @@ ompi_proc_get_info(void)
size_t datalen;
orte_vpid_t nodeid;
/* Don't reset the information determined about the current
process during the init step. Saves time and problems if
modex is unimplemented */
if (ompi_proc_local() == proc) continue;
if (OPAL_EQUAL != orte_util_compare_name_fields(ORTE_NS_CMP_JOBID,
&ompi_proc_local_proc->proc_name,
&proc->proc_name)) {