1
1

add comment on what ompi_convertor_need_buffers() does.

This commit was SVN r19757.
Этот коммит содержится в:
Rich Graham 2008-10-16 15:40:21 +00:00
родитель 88aa45dd52
Коммит 9d59c0fbd6

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

@ -158,7 +158,10 @@ static inline int ompi_convertor_cleanup( ompi_convertor_t* convertor )
}
/*
*
* Return: 0 if data is nor required to be packed for sending
* 1 if data does need to be packed (src and destination are
* heterogenous from a data perspective, or data is not
* contigous.
*/
static inline int32_t
ompi_convertor_need_buffers( const ompi_convertor_t* pConvertor )