1
1
This commit was SVN r3378.
Этот коммит содержится в:
Rich Graham 2004-10-27 21:35:16 +00:00
родитель 74b00189a3
Коммит f3c322d0d2

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

@ -158,6 +158,9 @@ int mca_ptl_sm_component_open(void)
OBJ_CONSTRUCT(&mca_ptl_sm.sm_second_frags, ompi_free_list_t);
OBJ_CONSTRUCT(&mca_ptl_sm.sm_pending_ack_lock, ompi_mutex_t);
OBJ_CONSTRUCT(&mca_ptl_sm.sm_pending_ack, ompi_list_t);
/* debug */
system("echo I am on host `hostname`");
/* end debug */
return OMPI_SUCCESS;
}