1
1
This commit was SVN r26817.
Этот коммит содержится в:
Shiqing Fan 2012-07-20 12:11:47 +00:00
родитель 0f6184985d
Коммит 4bbddf6875

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

@ -393,7 +393,7 @@ int ompi_proc_refresh(void) {
break; break;
} }
/* get the name of the node it is on */ /* get the name of the node it is on */
ret = ompi_modex_recv_string_pointer(ORTE_DB_HOSTNAME, proc, (void*)&(proc->proc_hostname), OPAL_STRING); ret = ompi_modex_recv_string_pointer(ORTE_DB_HOSTNAME, proc, (void**)&(proc->proc_hostname), OPAL_STRING);
if (OMPI_SUCCESS != ret) { if (OMPI_SUCCESS != ret) {
break; break;
} }