1
1

Get the lower-bound from the data not from the convertor.

This commit was SVN r8444.
Этот коммит содержится в:
George Bosilca 2005-12-10 22:38:25 +00:00
родитель 734c936205
Коммит 01b0db91ae

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

@ -339,7 +339,7 @@ mca_btl_base_descriptor_t* mca_btl_tcp_prepare_dst(
return NULL;
}
ompi_ddt_type_lb(convertor, &lb);
ompi_ddt_type_lb(convertor->pDesc, &lb);
frag->segments->seg_len = *size;
frag->segments->seg_addr.pval = convertor->pBaseBuf + lb + convertor->bConverted;