1
1

Make the SM BTL FT friendly. Now there are 3 FT friendly BTLs: TCP, SM

and self.

This commit was SVN r10780.
Этот коммит содержится в:
George Bosilca 2006-07-13 07:42:18 +00:00
родитель 6b7467ea4d
Коммит 21c542f0a5

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

@ -179,8 +179,13 @@ int mca_btl_sm_component_close(void)
int return_value = OMPI_SUCCESS;
OBJ_DESTRUCT(&mca_btl_sm_component.sm_lock);
OBJ_DESTRUCT(&mca_btl_sm_component.sm_frags1);
OBJ_DESTRUCT(&mca_btl_sm_component.sm_frags2);
/**
* We don't have to destroy the fragment lists. They are allocated
* directly into the mmapped file, they will auto-magically dissapear
* when the file get unmapped.
*/
/*OBJ_DESTRUCT(&mca_btl_sm_component.sm_frags1);*/
/*OBJ_DESTRUCT(&mca_btl_sm_component.sm_frags2);*/
/* unmap the shared memory control structure */
if(mca_btl_sm_component.mmap_file != NULL) {