1
1

Turn off the CONVERTOR_NO_OP once we reach this point.

This commit was SVN r12526.
Этот коммит содержится в:
George Bosilca 2006-11-09 23:56:31 +00:00
родитель 8a08b092f6
Коммит ab1655079d

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

@ -452,7 +452,7 @@ int32_t ompi_convertor_set_position_nocheck( ompi_convertor_t* convertor,
(convertor->flags & (CONVERTOR_SEND | CONVERTOR_HOMOGENEOUS)) ) { \
return OMPI_SUCCESS; \
} \
convertor->flags ^= CONVERTOR_NO_OP; \
convertor->flags &= ~CONVERTOR_NO_OP; \
{ \
uint32_t required_stack_length = datatype->btypes[DT_LOOP] + 1; \
\