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.
Этот коммит содержится в:
родитель
1eda2aa2c6
Коммит
67a628e4e4
@ -455,11 +455,12 @@ int gpr_proxy_synchro(ompi_registry_synchro_mode_t synchro_mode,
|
|||||||
return OMPI_SUCCESS;
|
return OMPI_SUCCESS;
|
||||||
|
|
||||||
CLEANUP:
|
CLEANUP:
|
||||||
if (NULL != trackptr) {
|
/* if (NULL != trackptr) {
|
||||||
ptr_free_id = OBJ_NEW(mca_gpr_idtag_list_t);
|
ptr_free_id = OBJ_NEW(mca_gpr_idtag_list_t);
|
||||||
ptr_free_id->id_tag = trackptr->id_tag;
|
ptr_free_id->id_tag = trackptr->id_tag;
|
||||||
ompi_list_append(&mca_gpr_proxy_free_notify_id_tags, &ptr_free_id->item);
|
ompi_list_append(&mca_gpr_proxy_free_notify_id_tags, &ptr_free_id->item);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
ompi_buffer_free(cmd);
|
ompi_buffer_free(cmd);
|
||||||
return OMPI_ERROR;
|
return OMPI_ERROR;
|
||||||
|
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user