1
1

As a temporary fix to the static build problem, I've commented out a few lines until I can figure out why it can't see the OBJ_INSTANCE call in gpr_base_open.c. Sigh.

This commit was SVN r2368.
Этот коммит содержится в:
Ralph Castain 2004-08-28 23:34:17 +00:00
родитель 1eda2aa2c6
Коммит 67a628e4e4

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

@ -455,11 +455,12 @@ int gpr_proxy_synchro(ompi_registry_synchro_mode_t synchro_mode,
return OMPI_SUCCESS;
CLEANUP:
if (NULL != trackptr) {
/* if (NULL != trackptr) {
ptr_free_id = OBJ_NEW(mca_gpr_idtag_list_t);
ptr_free_id->id_tag = trackptr->id_tag;
ompi_list_append(&mca_gpr_proxy_free_notify_id_tags, &ptr_free_id->item);
}
*/
ompi_buffer_free(cmd);
return OMPI_ERROR;