No need for the assert after a loop.
This commit was SVN r9755.
Этот коммит содержится в:
родитель
aa11164fdc
Коммит
cabf703dad
@ -237,7 +237,6 @@ int32_t ompi_ddt_copy_content_same_ddt( const ompi_datatype_t* datatype, int32_t
|
||||
if( pElem->loop.common.flags & DT_FLAG_CONTIGUOUS ) {
|
||||
COPY_CONTIGUOUS_LOOP( pElem, datatype, source_base, count, count_desc,
|
||||
source, destination, iov_len_local );
|
||||
assert( 0 == count_desc );
|
||||
pos_desc += pElem->loop.items + 1;
|
||||
goto update_loop_description;
|
||||
}
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user